Optimize the vector UINT_TO_FP, SINT_TO_FP and FP_TO_SINT operations where the intege...
[oota-llvm.git] / test / CodeGen / X86 / 2011-03-30-CreateFixedObjCrash.ll
1 ; RUN: llc < %s -march=x86
2
3 ; rdar://7983260
4
5 %struct.T0 = type {}
6
7 define void @fn4(%struct.T0* byval %arg0) nounwind ssp {
8 entry:
9   ret void
10 }