Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
d901b6640e0f1d1757a2db9fb57a140ad828ea75
/
.
/
test
/
CodeGen
/
X86
/
x86-64-ret0.ll
blob: d4252e7d6e44374bc70a6e171c0dacba197f799c [
file
] [
log
] [
blame
]
Evan Cheng
97a5130
2008-03-19 00:52:20 +0000
[
diff
] [
blame
]
1
; RUN: llvm-as < %s | llc -march=x86-64 | grep mov | count 1
2
3
define
i32
@f
()
nounwind
{
4
tail
call
void
@t
(
i32
1
)
nounwind
5
ret
i32
0
6
}
7
8
declare
void
@t
(
i32
)