pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
[llvm/avr.git] / test / CodeGen / Generic / isunord.ll
blobebbba010793b3b4a640e528dbaee88399e73346c
1 ; RUN: llc < %s
3 declare i1 @llvm.isunordered.f64(double, double)
5 define i1 @test(double %X, double %Y) {
6         %tmp27 = fcmp uno double %X, %Y         ; <i1> [#uses=1]
7         ret i1 %tmp27