[llvm-commits] CVS: llvm/test/Regression/CodeGen/PowerPC/darwin-labels.ll

Reid Spencer reid at x10sys.com
Mon Jan 1 21:55:24 PST 2007



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

darwin-labels.ll updated: 1.2 -> 1.3
---
Log message:

For PR1070: http://llvm.org/PR1070 :
Tweak the RUN: lines of these tests to accommodate the renaming of 
variables done by llvm-upgrade. The renaming occurs as a result of avoiding
name collisons for collapsed type planes. Conflicting names have a .u
(unsigned) or .s (signed) suffix added. This patch updates the grep
expression to accommodate the new names.


---
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.2 llvm/test/Regression/CodeGen/PowerPC/darwin-labels.ll:1.3
--- llvm/test/Regression/CodeGen/PowerPC/darwin-labels.ll:1.2	Fri Dec  1 22:23:08 2006
+++ llvm/test/Regression/CodeGen/PowerPC/darwin-labels.ll	Mon Jan  1 23:55:05 2007
@@ -1,4 +1,4 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc | grep 'foo bar":'
+; RUN: llvm-upgrade < %s | llvm-as | llc | grep 'foo bar.s":'
 
 target endian = big
 target pointersize = 32






More information about the llvm-commits mailing list