xref: /llvm-project/llvm/test/CodeGen/X86/2006-07-28-AsmPrint-Long-As-Pointer.ll (revision 2f448bf509432c1a19ec46ab8cbc7353c03c6280)
1; RUN: llc < %s -mtriple=i686-- | FileCheck %s
2; PR853
3
4; CHECK: 4294967240
5@X = global ptr inttoptr (i64 -56 to ptr)		; <ptr> [#uses=0]
6
7