aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-02-28 00:36:33 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-02-28 00:36:33 +0000
commit63f8a215455551bf0ee599d4fb4872be8e2301d2 (patch)
treea4a1119ef3c4730948fd06f5ca093ce437b2fac9
parent41a4d562f73ef9899998e30c874c5549ecd0cd04 (diff)
downloadexternal_llvm-63f8a215455551bf0ee599d4fb4872be8e2301d2.zip
external_llvm-63f8a215455551bf0ee599d4fb4872be8e2301d2.tar.gz
external_llvm-63f8a215455551bf0ee599d4fb4872be8e2301d2.tar.bz2
Fix test case.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34710 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/ARM/shifter_operand.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/ARM/shifter_operand.ll b/test/CodeGen/ARM/shifter_operand.ll
index 50c19ba..5f8f507 100644
--- a/test/CodeGen/ARM/shifter_operand.ll
+++ b/test/CodeGen/ARM/shifter_operand.ll
@@ -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