Remove VISIBILITY_HIDDEN from this file.
[llvm/avr.git] / test / CodeGen / CBackend / 2005-08-23-Fmod.ll
blob7c55019d235003c53e46f321ca08ed4957f1a17d
1 ; RUN: llvm-as < %s | llc -march=c | grep fmod
3 define double @test(double %A, double %B) {
4         %C = frem double %A, %B         ; <double> [#uses=1]
5         ret double %C