blob: 20f05b651bb865eab61047ca248a6b08e28dcca0 [file] [log] [blame]
; RUN: llvm-as < %s | llc -march=c | grep fmod
double %test(double %A, double %B) {
%C = rem double %A, %B
ret double %C
}