1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-01 08:23:21 +01:00
llvm-mirror/test/CodeGen/X86/x86-frameaddr2.ll

10 lines
198 B
LLVM
Raw Normal View History

; 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