projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add a comment noting that the fdiv -> fmul conversion won't generate
[oota-llvm.git]
/
test
/
CodeGen
/
X86
/
x86-frameaddr.ll
1
; RUN: llc < %s -march=x86 | grep mov | grep ebp
2
3
define i8* @t() nounwind {
4
entry:
5
%0 = tail call i8* @llvm.frameaddress(i32 0)
6
ret i8* %0
7
}
8
9
declare i8* @llvm.frameaddress(i32) nounwind readnone