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
/
2008-03-06-frem-fpstack.ll
blob
70a83b5c9f57b43692bc1ff60745ada704baca25
1
; RUN: llc < %s -march=x86 -mcpu=i386
2
; PR2122
3
define float @func(float %a, float %b) nounwind {
4
entry:
5
%tmp3 = frem float %a, %b ; <float> [#uses=1]
6
ret float %tmp3
7
}