Stackmap shadows should consider call returns a branch target.
[oota-llvm.git] / test / CodeGen / ARM / tst_teq.ll
index bdeee3fa43feee6b81485fe661cbfccb2f074145..bac4fd91acf00edf1f30d3e35300e815d07f882b 100644 (file)
@@ -1,5 +1,4 @@
-; RUN: llvm-as < %s | llc -march=arm | grep tst
-; RUN: llvm-as < %s | llc -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
+