forked from OSchip/llvm-project
parent
5e3953d761
commit
65de2689b4
|
@ -0,0 +1,6 @@
|
|||
; RUN: llvm-as < %s | llc -march=c | grep fmod
|
||||
|
||||
double %test(double %A, double %B) {
|
||||
%C = rem double %A, %B
|
||||
ret double %C
|
||||
}
|
Loading…
Reference in New Issue