Inline asm mult-alt constraint tests.
[oota-llvm.git] / test / CodeGen / X86 / 2006-07-28-AsmPrint-Long-As-Pointer.ll
index 805de7c62c1411aee60aeba285889f56be2a5c08..deae086cf76c77773a0cbc2d2749a8302a1128fc 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep 4294967240
+; RUN: llc < %s -march=x86 | grep -- 4294967240
 ; PR853
 
-%X = global int* cast (ulong 18446744073709551560 to int*)
+@X = global i32* inttoptr (i64 -56 to i32*)            ; <i32**> [#uses=0]