aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/CBackend/2005-08-23-Fmod.ll
blob: 6e650eb293fc192f526ce218e8f6a83bb3b3b0c9 (plain)
1
2
3
4
5
6
7
; RUN: llc < %s -march=c | grep fmod

define double @test(double %A, double %B) {
        %C = frem double %A, %B         ; <double> [#uses=1]
        ret double %C
}