2009-09-09 00:09:15 +00:00
|
|
|
; RUN: llc < %s -march=c | grep fmod
|
2005-08-23 20:22:07 +00:00
|
|
|
|
2008-02-19 01:41:04 +00:00
|
|
|
define double @test(double %A, double %B) {
|
|
|
|
%C = frem double %A, %B ; <double> [#uses=1]
|
|
|
|
ret double %C
|
2005-08-23 20:22:07 +00:00
|
|
|
}
|
2008-02-19 01:41:04 +00:00
|
|
|
|