Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / narrow-shl-load.ll
index ef27cbc3418cd7e677850af5eea92941297e0f55..7822453add4f5148fbac9382591a5fe1c6031d0f 100644 (file)
@@ -67,7 +67,7 @@ declare void @exit(i32) noreturn
 ; DAG Combiner can't fold this into a load of the 1'th byte.
 ; PR8757
 define i32 @test3(i32 *%P) nounwind ssp {
-  volatile store i32 128, i32* %P
+  store volatile i32 128, i32* %P
   %tmp4.pre = load i32* %P
   %phitmp = trunc i32 %tmp4.pre to i16
   %phitmp13 = shl i16 %phitmp, 8