pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
[llvm/avr.git] / test / CodeGen / CBackend / fneg.ll
blob7dec3d9e09c2c3d8358eac92d6006f61560255de
1 ; RUN: llc < %s -march=c
3 define void @func() nounwind {
4   entry:
5   %0 = fsub double -0.0, undef
6   ret void