Sign in
cobalt
/
cobalt
/
07081467c3d00b04a6a1162e0566a5a8b9cfe2d5
/
.
/
third_party
/
llvm-project
/
llvm
/
test
/
CodeGen
/
ARM
/
ret_i64_arg2.ll
blob: 531360008ba46467758414d4c75ae1c21402f8d9 [
file
] [
log
] [
blame
]
; RUN: llc -mtriple=arm-eabi -mattr=+vfp2 %s -o /dev/null
define
i64
@test_i64
(
i64
%a1
,
i64
%a2
)
{
ret
i64
%a2
}