[llvm-commits] CVS: llvm/test/CodeGen/ARM/shifter_operand.ll

Evan Cheng evan.cheng at apple.com
Tue Feb 27 16:36:50 PST 2007



Changes in directory llvm/test/CodeGen/ARM:

shifter_operand.ll updated: 1.1 -> 1.2
---
Log message:

Fix test case.

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

 shifter_operand.ll |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/test/CodeGen/ARM/shifter_operand.ll
diff -u llvm/test/CodeGen/ARM/shifter_operand.ll:1.1 llvm/test/CodeGen/ARM/shifter_operand.ll:1.2
--- llvm/test/CodeGen/ARM/shifter_operand.ll:1.1	Fri Jan 19 03:20:23 2007
+++ llvm/test/CodeGen/ARM/shifter_operand.ll	Tue Feb 27 18:36:33 2007
@@ -1,5 +1,5 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | grep 'add r0, r0, r1, lsl r2' &&
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | grep 'bic r0, r0, r1, asr r2'
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | grep add | grep lsl &&
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | grep bic | grep asr
 
 int %test1(int %X, int %Y, ubyte %sh) {
   %A = shl int %Y, ubyte %sh






More information about the llvm-commits mailing list