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_i64_arg_split.ll | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 llvm/test/CodeGen/ARM/ret_i64_arg_split.ll (limited to 'llvm/test/CodeGen/ARM/ret_i64_arg_split.ll') diff --git a/llvm/test/CodeGen/ARM/ret_i64_arg_split.ll b/llvm/test/CodeGen/ARM/ret_i64_arg_split.ll new file mode 100644 index 00000000000..5bd5cb2a230 --- /dev/null +++ b/llvm/test/CodeGen/ARM/ret_i64_arg_split.ll @@ -0,0 +1,6 @@ +; RUN: llvm-as < %s | llc -march=arm -mattr=+vfp2 + +define i64 @test_i64_arg_split(i64 %a1, i32 %a2, i64 %a3) { + ret i64 %a3 +} + -- cgit v1.2.3