Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
cbb7ab259d08ac5aa5a4764b48628c4bcb5110c7
/
.
/
test
/
CodeGen
/
Generic
/
call-ret0.ll
blob: 7ab966ba90701a86a5664614646853af20e08aab [
file
] [
log
] [
blame
]
; RUN: llvm-as < %s | llc
define
i32
@foo
(
i32
%x
)
{
ret
i32
%x
}
define
i32
@main
()
{
%r
=
call
i32
@foo
(
i32
0
)
; <i32> [#uses=1]
ret
i32
%r
}