update this to work with recent asmprinter change
authorChris Lattner <sabre@nondot.org>
Fri, 12 Jan 2007 21:16:56 +0000 (21:16 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 12 Jan 2007 21:16:56 +0000 (21:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33143 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/2006-07-28-AsmPrint-Long-As-Pointer.ll

index 2ceda9ebbfc017ae19c4c635ec6e8e2614282740..26c71a312e2d05a37675b988e022f4f9b6f7cf60 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep -- -56
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep -- 4294967240
 ; PR853
 
 %X = global int* cast (ulong 18446744073709551560 to int*)