New testcase for PR853
authorChris Lattner <sabre@nondot.org>
Sat, 29 Jul 2006 01:50:53 +0000 (01:50 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 29 Jul 2006 01:50:53 +0000 (01:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29407 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/2006-07-28-AsmPrint-Long-As-Pointer.ll [new file with mode: 0644]

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 (file)
index 0000000..f047a73
--- /dev/null
@@ -0,0 +1,5 @@
+; RUN: llvm-as < %s | llc -march=x86 | grep 4294967240
+; PR853
+
+%X = global int* cast (ulong 18446744073709551560 to int*)
+