ARM: fixup more tests to specify the target more explicitly
[oota-llvm.git] / test / CodeGen / ARM / long-setcc.ll
index c76a5e4d4d1f8fd837194c0fc124dff1242f9df1..f09167ed9e78109faa4678d2b29e7d2fc25ddf25 100644 (file)
@@ -1,5 +1,4 @@
-; RUN: llc < %s -march=arm | grep cmp | count 1
-
+; RUN: llc -mtriple=arm-eabi %s -o - | FileCheck %s
 
 define i1 @t1(i64 %x) {
        %B = icmp slt i64 %x, 0
@@ -15,3 +14,7 @@ define i1 @t3(i32 %x) {
        %tmp = icmp ugt i32 %x, -1
        ret i1 %tmp
 }
+
+; CHECK: cmp
+; CHECK-NOT: cmp
+