Optimize DAGCombiner's worklist processing. Previously it started
[oota-llvm.git] / test / CodeGen / X86 / 2006-07-28-AsmPrint-Long-As-Pointer.ll
index 2ceda9ebbfc017ae19c4c635ec6e8e2614282740..a82612b5a62a00a219d29f91f521341a971a2cd8 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep -- -56
+; 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]