From a4c2290e5f80079f2c0c336d4f008686c7f74c8c Mon Sep 17 00:00:00 2001 From: Bob Wilson Date: Fri, 17 Apr 2009 19:07:39 +0000 Subject: Use CallConvLower.h and TableGen descriptions of the calling conventions for ARM. Patch by Sandeep Patel. llvm-svn: 69371 --- llvm/test/CodeGen/ARM/ret_f64_arg_stack.ll | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 llvm/test/CodeGen/ARM/ret_f64_arg_stack.ll (limited to 'llvm/test/CodeGen/ARM/ret_f64_arg_stack.ll') diff --git a/llvm/test/CodeGen/ARM/ret_f64_arg_stack.ll b/llvm/test/CodeGen/ARM/ret_f64_arg_stack.ll new file mode 100644 index 00000000000..ba3ec7fb751 --- /dev/null +++ b/llvm/test/CodeGen/ARM/ret_f64_arg_stack.ll @@ -0,0 +1,6 @@ +; RUN: llvm-as < %s | llc -march=arm -mattr=+vfp2 + +define double @test_double_arg_stack(i64 %a1, i32 %a2, i32 %a3, double %a4) { + ret double %a4 +} + -- cgit v1.2.3