aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/compare-call.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/compare-call.ll')
-rw-r--r--test/CodeGen/ARM/compare-call.ll6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/CodeGen/ARM/compare-call.ll b/test/CodeGen/ARM/compare-call.ll
index fac2bc5..323eb1f 100644
--- a/test/CodeGen/ARM/compare-call.ll
+++ b/test/CodeGen/ARM/compare-call.ll
@@ -1,5 +1,4 @@
-; RUN: llc < %s -march=arm -mattr=+v6,+vfp2 | \
-; RUN: grep vcmpe.f32
+; RUN: llc -mtriple=arm-eabi -mattr=+v6,+vfp2 %s -o - | FileCheck %s
define void @test3(float* %glob, i32 %X) {
entry:
@@ -18,3 +17,6 @@ UnifiedReturnBlock: ; preds = %entry
}
declare i32 @bar(...)
+
+; CHECK: vcmpe.f32
+