Update test to new EH model.
[oota-llvm.git] / test / Other / lint.ll
index 4aa984e2e1b7b59df6278cd8472bcf656b082bcb..ca2b1a336a18d82ddc3243d3fa2eec4406749f52 100644 (file)
@@ -151,7 +151,7 @@ entry:
 exit:
   %t3 = phi i32* [ %t4, %exit ]
   %t4 = bitcast i32* %t3 to i32*
-  %x = volatile load i32* %t3
+  %x = load volatile i32* %t3
   br label %exit
 }