Refine Cell's i64 constant generation code to cover more constants where the
[oota-llvm.git] / test / CodeGen / CBackend / 2005-08-23-Fmod.ll
1 ; RUN: llvm-as < %s | llc -march=c | grep fmod
2
3 define double @test(double %A, double %B) {
4         %C = frem double %A, %B         ; <double> [#uses=1]
5         ret double %C
6 }
7