Fix operand type for int_x86_ssse3_phadd_sw_128 intrinsic
[oota-llvm.git] / test / CodeGen / CBackend / fneg.ll
1 ; RUN: llc < %s -march=c
2
3 define void @func() nounwind {
4   entry:
5   %0 = fsub double -0.0, undef
6   ret void
7 }