projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix most of PR10367.
[oota-llvm.git]
/
test
/
CodeGen
/
X86
/
x86-frameaddr2.ll
1
; RUN: llc < %s -march=x86 | grep mov | count 3
2
3
define i8* @t() nounwind {
4
entry:
5
%0 = tail call i8* @llvm.frameaddress(i32 2)
6
ret i8* %0
7
}
8
9
declare i8* @llvm.frameaddress(i32) nounwind readnone