[llvm-commits] CVS: llvm/test/Feature/newcasts.ll packed_struct.ll

Reid Spencer reid at x10sys.com
Fri Dec 29 12:22:06 PST 2006



Changes in directory llvm/test/Feature:

newcasts.ll updated: 1.2 -> 1.3
packed_struct.ll updated: 1.2 -> 1.3
---
Log message:

Run llvm-upgrade on test to prepare for new assembly syntax.


---
Diffs of the changes:  (+2 -2)

 newcasts.ll      |    2 +-
 packed_struct.ll |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/test/Feature/newcasts.ll
diff -u llvm/test/Feature/newcasts.ll:1.2 llvm/test/Feature/newcasts.ll:1.3
--- llvm/test/Feature/newcasts.ll:1.2	Sun Dec 17 19:11:46 2006
+++ llvm/test/Feature/newcasts.ll	Fri Dec 29 14:21:51 2006
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llvm-dis > %t1.ll
+; RUN: llvm-upgrade < %s | llvm-as | llvm-dis > %t1.ll
 ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
 ; RUN: diff %t1.ll %t2.ll
 


Index: llvm/test/Feature/packed_struct.ll
diff -u llvm/test/Feature/packed_struct.ll:1.2 llvm/test/Feature/packed_struct.ll:1.3
--- llvm/test/Feature/packed_struct.ll:1.2	Fri Dec  8 12:45:38 2006
+++ llvm/test/Feature/packed_struct.ll	Fri Dec 29 14:21:51 2006
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llvm-dis > %t1.ll
+; RUN: llvm-upgrade < %s | llvm-as | llvm-dis > %t1.ll
 ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
 ; RUN: diff %t1.ll %t2.ll &&
 ; RUN: not grep cast %t2.ll &&






More information about the llvm-commits mailing list