X86: Align the stack on word boundaries in LowerFormalArguments()
[oota-llvm.git] / test / CodeGen / X86 / coalescer-commute1.ll
index 8aa0bfdd51fbd181241831ed9eb944699ef95845..cbcb89031b5b25eb7a149cf0ae4d0682d82b9a0b 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=i686-apple-darwin -mattr=+sse2 | not grep movaps
+; RUN: llc < %s -mtriple=i686-apple-darwin -mcpu=corei7-avx -mattr=+sse2 | not grep movaps
 ; PR1877
 
 @NNTOT = weak global i32 0             ; <i32*> [#uses=1]
@@ -21,6 +21,6 @@ bb:           ; preds = %bb, %entry
        br i1 %exitcond, label %bb13, label %bb
 
 bb13:          ; preds = %bb
-       volatile store float %tmp6, float* @G, align 4
+       store volatile float %tmp6, float* @G, align 4
        ret void
 }