repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
[llvm/avr.git]
/
test
/
CodeGen
/
X86
/
x86-frameaddr2.ll
blob
c5091154152bcc190b6b5a9e024cb2d8504560fe
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