summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/sxt_rot.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-04-15 19:11:47 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-04-15 19:11:47 +0000
commit1c0c94d6df30c3f3d8f0871caa7947def032c311 (patch)
treec574760beb7b2fffe154d023e855d5c766415ce2 /test/CodeGen/ARM/sxt_rot.ll
parent65f47a3a0533bc88e446e60f7f95207603d4ca87 (diff)
downloadllvm-1c0c94d6df30c3f3d8f0871caa7947def032c311.tar.gz
llvm-1c0c94d6df30c3f3d8f0871caa7947def032c311.tar.bz2
llvm-1c0c94d6df30c3f3d8f0871caa7947def032c311.tar.xz
For PR1319: Upgrade to use new test harness
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36076 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/sxt_rot.ll')
-rw-r--r--test/CodeGen/ARM/sxt_rot.ll8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/CodeGen/ARM/sxt_rot.ll b/test/CodeGen/ARM/sxt_rot.ll
index f865ac131a..bf62d08066 100644
--- a/test/CodeGen/ARM/sxt_rot.ll
+++ b/test/CodeGen/ARM/sxt_rot.ll
@@ -1,7 +1,7 @@
-; RUN: llvm-as < %s | llc -march=arm &&
-; RUN: llvm-as < %s | llc -march=arm -mattr=+v6 &&
-; RUN: llvm-as < %s | llc -march=arm -mattr=+v6 | grep "sxtb" | wc -l | grep 1 &&
-; RUN: llvm-as < %s | llc -march=arm -mattr=+v6 | grep "sxtab" | wc -l | grep 1
+; RUN: llvm-as < %s | llc -march=arm -mattr=+v6 | \
+; RUN: grep sxtb | wc -l | grep 1
+; RUN: llvm-as < %s | llc -march=arm -mattr=+v6 | \
+; RUN: grep sxtab | wc -l | grep 1
define i8 @test1(i32 %A) sext {
%B = lshr i32 %A, 8