aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/pack.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/pack.ll')
-rw-r--r--test/CodeGen/ARM/pack.ll9
1 files changed, 6 insertions, 3 deletions
diff --git a/test/CodeGen/ARM/pack.ll b/test/CodeGen/ARM/pack.ll
index 66f30fd..680f55e 100644
--- a/test/CodeGen/ARM/pack.ll
+++ b/test/CodeGen/ARM/pack.ll
@@ -1,6 +1,9 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm &&
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm -mattr=+v6 | grep pkhbt | wc -l | grep 5 &&
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm -mattr=+v6 | grep pkhtb | wc -l | grep 4
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm -mattr=+v6 | \
+; RUN: grep pkhbt | wc -l | grep 5 &&
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm -mattr=+v6 | \
+; RUN: grep pkhtb | wc -l | grep 4
+; END.
+
implementation ; Functions:
int %test1(int %X, int %Y) {