aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/fp-fast.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/fp-fast.ll')
-rw-r--r--test/CodeGen/ARM/fp-fast.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/fp-fast.ll b/test/CodeGen/ARM/fp-fast.ll
index ec57187..7d95a5e 100644
--- a/test/CodeGen/ARM/fp-fast.ll
+++ b/test/CodeGen/ARM/fp-fast.ll
@@ -1,4 +1,5 @@
-; RUN: llc -march=arm -mcpu=cortex-a9 -mattr=+vfp4 -enable-unsafe-fp-math < %s | FileCheck %s
+; RUN: llc -mtriple=arm-eabi -mcpu=cortex-a9 -mattr=+vfp4 -enable-unsafe-fp-math %s -o - \
+; RUN: | FileCheck %s
; CHECK: test1
define float @test1(float %x) {