Add testcase for r63142.
[oota-llvm.git] / test / CodeGen / X86 / 2006-07-28-AsmPrint-Long-As-Pointer.ll
index 26c71a312e2d05a37675b988e022f4f9b6f7cf60..a82612b5a62a00a219d29f91f521341a971a2cd8 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep -- 4294967240
+; RUN: llvm-as < %s | llc -march=x86 | grep -- 4294967240
 ; PR853
 
-%X = global int* cast (ulong 18446744073709551560 to int*)
+@X = global i32* inttoptr (i64 -56 to i32*)            ; <i32**> [#uses=0]