Sign in
swiftshader
/
SwiftShader
/
d7622ffdd25e2d6f51d14d07b6f298de6842d842
/
.
/
third_party
/
LLVM
/
test
/
CodeGen
/
X86
/
fold-call-2.ll
blob: 7a2b03833ae9c66a66bf9c4cbbe9c604419a2a68 [
file
] [
log
] [
blame
]
; RUN: llc < %s -mtriple=i386-apple-darwin | grep mov | count 1
@f
=
external
global
void
()*
; <void ()**> [#uses=1]
define
i32
@main
()
nounwind
{
entry
:
load
void
()**
@f
,
align
8
; <void ()*>:0 [#uses=1]
tail
call
void
%0
(
)
nounwind
ret
i32
0
}