X86: Align the stack on word boundaries in LowerFormalArguments()
[oota-llvm.git] / test / CodeGen / X86 / v2f32.ll
index f2bebf57d4dca5cbc0390d132900648e6c6b1841..dab5e7bc944c7f0332837fbd8ef406bca3b6ec44 100644 (file)
@@ -24,9 +24,9 @@ define void @test1(<2 x float> %Q, float *%P2) nounwind {
 ; W64-NEXT: ret
 
 ; X32-LABEL: test1:
+; X32-NEXT: movl       4(%esp), %eax
 ; X32-NEXT: pshufd     $1, %xmm0, %xmm1
 ; X32-NEXT: addss      %xmm0, %xmm1
-; X32-NEXT: movl       4(%esp), %eax
 ; X32-NEXT: movss      %xmm1, (%eax)
 ; X32-NEXT: ret
 }