aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/tst_teq.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/tst_teq.ll')
-rw-r--r--test/CodeGen/ARM/tst_teq.ll7
1 files changed, 5 insertions, 2 deletions
diff --git a/test/CodeGen/ARM/tst_teq.ll b/test/CodeGen/ARM/tst_teq.ll
index c83111e..bac4fd9 100644
--- a/test/CodeGen/ARM/tst_teq.ll
+++ b/test/CodeGen/ARM/tst_teq.ll
@@ -1,5 +1,4 @@
-; RUN: llc < %s -march=arm | grep tst
-; RUN: llc < %s -march=arm | grep teq
+; RUN: llc -mtriple=arm-eabi %s -o - | FileCheck %s
define i32 @f(i32 %a) {
entry:
@@ -16,3 +15,7 @@ entry:
%retval = select i1 %0, i32 20, i32 10 ; <i32> [#uses=1]
ret i32 %retval
}
+
+; CHECK: tst
+; CHECK: teq
+