1
0
mirror of https://github.com/RPCS3/llvm.git synced 2025-04-04 14:22:26 +00:00
llvm/test/CodeGen/ARM/ret_i64_arg_split.ll
2009-09-09 00:09:15 +00:00

7 lines
124 B
LLVM

; RUN: llc < %s -march=arm -mattr=+vfp2
define i64 @test_i64_arg_split(i64 %a1, i32 %a2, i64 %a3) {
ret i64 %a3
}