summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/shifter_operand.ll
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
commitadd648e3e57712f7deffd6ce317d93e493883d39 (patch)
treef18997bea82b39975e1c9c9d8f3da4c81ae7f6a0 /llvm/test/CodeGen/ARM/shifter_operand.ll
parent9049cd72e693e25cd248db70d1ed0d6426c4282b (diff)
downloadbcm5719-llvm-add648e3e57712f7deffd6ce317d93e493883d39.tar.gz
bcm5719-llvm-add648e3e57712f7deffd6ce317d93e493883d39.zip
Fix test case.
llvm-svn: 34710
Diffstat (limited to 'llvm/test/CodeGen/ARM/shifter_operand.ll')
-rw-r--r--llvm/test/CodeGen/ARM/shifter_operand.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/ARM/shifter_operand.ll b/llvm/test/CodeGen/ARM/shifter_operand.ll
index 50c19ba1eaa..5f8f507a254 100644
--- a/llvm/test/CodeGen/ARM/shifter_operand.ll
+++ b/llvm/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
OpenPOWER on IntegriCloud