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
Remove VISIBILITY_HIDDEN from this file.
[llvm/avr.git]
/
test
/
CodeGen
/
CBackend
/
2005-08-23-Fmod.ll
blob
7c55019d235003c53e46f321ca08ed4957f1a17d
1
; RUN: llvm-as < %s | llc -march=c | grep fmod
2
3
define double @test(double %A, double %B) {
4
%C = frem double %A, %B ; <double> [#uses=1]
5
ret double %C
6
}
7