[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/2006-07-28-AsmPrint-Long-As-Pointer.ll

Chris Lattner sabre at nondot.org
Fri Jan 12 13:17:11 PST 2007



Changes in directory llvm/test/Regression/CodeGen/X86:

2006-07-28-AsmPrint-Long-As-Pointer.ll updated: 1.3 -> 1.4
---
Log message:

update this to work with recent asmprinter change


---
Diffs of the changes:  (+1 -1)

 2006-07-28-AsmPrint-Long-As-Pointer.ll |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/Regression/CodeGen/X86/2006-07-28-AsmPrint-Long-As-Pointer.ll
diff -u llvm/test/Regression/CodeGen/X86/2006-07-28-AsmPrint-Long-As-Pointer.ll:1.3 llvm/test/Regression/CodeGen/X86/2006-07-28-AsmPrint-Long-As-Pointer.ll:1.4
--- llvm/test/Regression/CodeGen/X86/2006-07-28-AsmPrint-Long-As-Pointer.ll:1.3	Thu Dec 21 13:14:49 2006
+++ llvm/test/Regression/CodeGen/X86/2006-07-28-AsmPrint-Long-As-Pointer.ll	Fri Jan 12 15:16:56 2007
@@ -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*)






More information about the llvm-commits mailing list