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

2007-01-05 Thread Reid Spencer


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



___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits


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

2007-01-01 Thread Reid Spencer


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



___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits


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

2005-11-10 Thread Chris Lattner


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

darwin-labels.ll added (r1.1)
---
Log message:

Check that this compiles to a label with a space in it.


---
Diffs of the changes:  (+8 -0)

 darwin-labels.ll |8 
 1 files changed, 8 insertions(+)


Index: llvm/test/Regression/CodeGen/PowerPC/darwin-labels.ll
diff -c /dev/null llvm/test/Regression/CodeGen/PowerPC/darwin-labels.ll:1.1
*** /dev/null   Thu Nov 10 13:33:15 2005
--- llvm/test/Regression/CodeGen/PowerPC/darwin-labels.ll   Thu Nov 10 
13:33:05 2005
***
*** 0 
--- 1,8 
+ ; RUN: llvm-as < %s | llc | grep 'foo bar":'
+ 
+ target endian = big
+ target pointersize = 32
+ target triple = "powerpc-apple-darwin8.2.0"
+ 
+ "foo bar" = global int 4
+ 



___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits