Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / overlap-shift.ll
index c1fc041e7d9b97a3322087b29633b4b86cc3aea0..d185af16b90bd732b5af3959b1d03cf42e51aea3 100644 (file)
@@ -13,7 +13,7 @@
 
 define i32 @test1(i32 %X) {
         %Z = shl i32 %X, 2              ; <i32> [#uses=1]
-        volatile store i32 %Z, i32* @G
+        store volatile i32 %Z, i32* @G
         ret i32 %X
 }