diff options
Diffstat (limited to 'test/CodeGen/X86/2006-07-28-AsmPrint-Long-As-Pointer.ll')
-rw-r--r-- | test/CodeGen/X86/2006-07-28-AsmPrint-Long-As-Pointer.ll | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/CodeGen/X86/2006-07-28-AsmPrint-Long-As-Pointer.ll b/test/CodeGen/X86/2006-07-28-AsmPrint-Long-As-Pointer.ll new file mode 100644 index 0000000..deae086 --- /dev/null +++ b/test/CodeGen/X86/2006-07-28-AsmPrint-Long-As-Pointer.ll @@ -0,0 +1,5 @@ +; RUN: llc < %s -march=x86 | grep -- 4294967240 +; PR853 + +@X = global i32* inttoptr (i64 -56 to i32*) ; <i32**> [#uses=0] + |