aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/ret_f64_arg_stack.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/ret_f64_arg_stack.ll')
-rw-r--r--test/CodeGen/ARM/ret_f64_arg_stack.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/ret_f64_arg_stack.ll b/test/CodeGen/ARM/ret_f64_arg_stack.ll
index 2144317..f45923e 100644
--- a/test/CodeGen/ARM/ret_f64_arg_stack.ll
+++ b/test/CodeGen/ARM/ret_f64_arg_stack.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=arm -mattr=+vfp2
+; RUN: llc -mtriple=arm-eabi -mattr=+vfp2 %s -o /dev/null
define double @test_double_arg_stack(i64 %a1, i32 %a2, i32 %a3, double %a4) {
ret double %a4