X86: Enable SSE memory intrinsics even when stack alignment is less than 16 bytes.
[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 }