[llvm-commits] CVS: llvm/test/Regression/CodeGen/PowerPC/2007-01-04-ArgExtension.ll

Chris Lattner sabre at nondot.org
Thu Jan 4 15:18:29 PST 2007



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

2007-01-04-ArgExtension.ll updated: 1.1 -> 1.2
---
Log message:

add missing flags


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

 2007-01-04-ArgExtension.ll |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/test/Regression/CodeGen/PowerPC/2007-01-04-ArgExtension.ll
diff -u llvm/test/Regression/CodeGen/PowerPC/2007-01-04-ArgExtension.ll:1.1 llvm/test/Regression/CodeGen/PowerPC/2007-01-04-ArgExtension.ll:1.2
--- llvm/test/Regression/CodeGen/PowerPC/2007-01-04-ArgExtension.ll:1.1	Thu Jan  4 16:22:07 2007
+++ llvm/test/Regression/CodeGen/PowerPC/2007-01-04-ArgExtension.ll	Thu Jan  4 17:18:14 2007
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc | grep extsb &&
-; RUN: llvm-as < %s | llc | grep extsh
+; RUN: llvm-as < %s | llc -march=ppc32 | grep extsb &&
+; RUN: llvm-as < %s | llc -march=ppc32 | grep extsh
 
 define i32 %p1(i8 %c, i16 %s) {
 entry:






More information about the llvm-commits mailing list