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*) _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits