[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/2006-07-28-AsmPrint-Long-As-Pointer.ll
Reid Spencer
reid at x10sys.com
Thu Dec 21 11:15:04 PST 2006
Changes in directory llvm/test/Regression/CodeGen/X86:
2006-07-28-AsmPrint-Long-As-Pointer.ll updated: 1.2 -> 1.3
---
Log message:
Integer constants now print out as signed values in the assembly,
regardless of the signedness of the associated type.
---
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.2 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.2 Fri Dec 1 22:23:08 2006
+++ llvm/test/Regression/CodeGen/X86/2006-07-28-AsmPrint-Long-As-Pointer.ll Thu Dec 21 13:14:49 2006
@@ -1,4 +1,4 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep 4294967240
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep -- -56
; PR853
%X = global int* cast (ulong 18446744073709551560 to int*)
More information about the llvm-commits
mailing list