Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / coalescer-commute1.ll
index 8aa0bfdd51fbd181241831ed9eb944699ef95845..d9e0778102cb4e1763fb09be50327579a90749bf 100644 (file)
@@ -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
 }