[llvm-commits] CVS: llvm/test/Regression/CodeGen/PowerPC/small-arguments.ll

Chris Lattner lattner at cs.uiuc.edu
Thu Sep 1 17:14:08 PDT 2005



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

small-arguments.ll updated: 1.2 -> 1.3
---
Log message:

This should permit NOT and's, not even dead ones.


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

 small-arguments.ll |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/Regression/CodeGen/PowerPC/small-arguments.ll
diff -u llvm/test/Regression/CodeGen/PowerPC/small-arguments.ll:1.2 llvm/test/Regression/CodeGen/PowerPC/small-arguments.ll:1.3
--- llvm/test/Regression/CodeGen/PowerPC/small-arguments.ll:1.2	Thu Sep  1 18:43:58 2005
+++ llvm/test/Regression/CodeGen/PowerPC/small-arguments.ll	Thu Sep  1 19:13:56 2005
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=ppc32 | not grep 'extsh\|rlwinm r3, r3'
+; RUN: llvm-as < %s | llc -march=ppc32 | not grep 'extsh\|rlwinm'
 
 int %test1(short %X) {
 	%Y = cast short %X to int  ;; dead






More information about the llvm-commits mailing list