pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
[llvm/avr.git] / test / CodeGen / X86 / 2008-05-01-InvalidOrdCompare.ll
bloba708224dd0d99d7e758b549306c7b2d6279b531f
1 ; RUN: llc < %s -enable-unsafe-fp-math -march=x86 | grep jnp
2 ; rdar://5902801
4 declare void @test2()
6 define i32 @test(double %p) nounwind {
7         %tmp5 = fcmp uno double %p, 0.000000e+00
8         br i1 %tmp5, label %bb, label %UnifiedReturnBlock
9 bb:
10         call void @test2()
11         ret i32 17
12 UnifiedReturnBlock:
13         ret i32 42