repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
ARM
/
2009-04-08-FREM.ll
blob
d7dca8e57b59933dcc6caa62424010860b8768c5
1
; RUN: llc -mtriple=arm-eabi %s -o /dev/null
2
3
declare i32 @printf(ptr, ...)
4
5
define i32 @main() {
6
%rem_r = frem double 0.000000e+00, 0.000000e+00 ; <double> [#uses=1]
7
%1 = call i32 (ptr, ...) @printf(ptr null, double %rem_r) ; <i32> [#uses=0]
8
ret i32 0
9
}