[llvm-commits] CVS: llvm/test/Regression/CodeGen/PowerPC/darwin-labels.ll
Reid Spencer
reid at x10sys.com
Fri Jan 5 10:33:31 PST 2007
Changes in directory llvm/test/Regression/CodeGen/PowerPC:
darwin-labels.ll updated: 1.3 -> 1.4
---
Log message:
Globals are not renamed any more.
---
Diffs of the changes: (+1 -1)
darwin-labels.ll | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Regression/CodeGen/PowerPC/darwin-labels.ll
diff -u llvm/test/Regression/CodeGen/PowerPC/darwin-labels.ll:1.3 llvm/test/Regression/CodeGen/PowerPC/darwin-labels.ll:1.4
--- llvm/test/Regression/CodeGen/PowerPC/darwin-labels.ll:1.3 Mon Jan 1 23:55:05 2007
+++ llvm/test/Regression/CodeGen/PowerPC/darwin-labels.ll Fri Jan 5 12:33:16 2007
@@ -1,4 +1,4 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc | grep 'foo bar.s":'
+; RUN: llvm-upgrade < %s | llvm-as | llc | grep 'foo bar":'
target endian = big
target pointersize = 32
More information about the llvm-commits
mailing list