[llvm-commits] CVS: llvm/test/Regression/CodeGen/ARM/constants.ll
Reid Spencer
reid at x10sys.com
Fri Jan 5 09:39:47 PST 2007
Changes in directory llvm/test/Regression/CodeGen/ARM:
constants.ll updated: 1.7 -> 1.8
---
Log message:
Globals are not being renamed any more.
---
Diffs of the changes: (+1 -1)
constants.ll | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Regression/CodeGen/ARM/constants.ll
diff -u llvm/test/Regression/CodeGen/ARM/constants.ll:1.7 llvm/test/Regression/CodeGen/ARM/constants.ll:1.8
--- llvm/test/Regression/CodeGen/ARM/constants.ll:1.7 Mon Jan 1 23:55:05 2007
+++ llvm/test/Regression/CodeGen/ARM/constants.ll Fri Jan 5 11:39:32 2007
@@ -6,7 +6,7 @@
; RUN: grep "mov r0, #-1073741761" %t.s | wc -l | grep 1 &&
; RUN: grep "mov r0, #1008" %t.s | wc -l | grep 1 &&
; RUN: grep "cmp r0, #65536" %t.s | wc -l | grep 1 &&
-; RUN: grep "\.comm.*a.s,4,4" %t.s | wc -l | grep 1
+; RUN: grep "\.comm.*a,4,4" %t.s | wc -l | grep 1
%a = internal global int 0
More information about the llvm-commits
mailing list