Sign in
swiftshader
/
SwiftShader
/
f417d9d7404f457c915f19ff1b4e73c8c56c809e
/
.
/
third_party
/
LLVM
/
test
/
CodeGen
/
X86
/
x86-frameaddr2.ll
blob: c5091154152bcc190b6b5a9e024cb2d8504560fe [
file
] [
log
] [
blame
]
; RUN: llc < %s -march=x86 | grep mov | count 3
define
i8
*
@t
()
nounwind
{
entry
:
%0
=
tail
call
i8
*
@llvm.frameaddress
(
i32
2
)
ret
i8
*
%0
}
declare
i8
*
@llvm.frameaddress
(
i32
)
nounwind
readnone