aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/fp.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/fp.ll')
-rw-r--r--test/CodeGen/ARM/fp.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/fp.ll b/test/CodeGen/ARM/fp.ll
index fbf3a4a..7e1f000 100644
--- a/test/CodeGen/ARM/fp.ll
+++ b/test/CodeGen/ARM/fp.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=arm -mattr=+vfp2 | FileCheck %s
+; RUN: llc -mtriple=arm-eabi -float-abi=soft -mattr=+vfp2 %s -o - | FileCheck %s
define float @f(i32 %a) {
;CHECK-LABEL: f: