Remove VISIBILITY_HIDDEN from this file.
[llvm/avr.git] / test / CodeGen / CBackend / fneg.ll
blob68849b20c7696cbad50fbb51db9a6e892708797c
1 ; RUN: llvm-as < %s | llc -march=c
3 define void @func() nounwind {
4   entry:
5   %0 = fsub double -0.0, undef
6   ret void