Add ADD and SUB to the predicable ARM instructions.
[oota-llvm.git] / test / Transforms / IPConstantProp / dangling-block-address.ll
index 0489dfa796f3fa212ef4258dc2862511c6554866..bb101333f80141259e2f75a9ffbfdd355c4b0418 100644 (file)
@@ -12,7 +12,7 @@
 define void @foo(i32 %x) nounwind readnone {
 entry:
   %b = alloca i32, align 4                        ; <i32*> [#uses=1]
-  volatile store i32 -1, i32* %b
+  store volatile i32 -1, i32* %b
   ret void
 }