Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / test / Other / 2002-02-24-InlineBrokePHINodes.ll
index c5c2f38021aa2f0349bb5a9fbe9ed9e3220f8098..db26942096d4554f4edf6cc1c1fe895db6df6acc 100644 (file)
@@ -1,7 +1,7 @@
 ; Inlining used to break PHI nodes.  This tests that they are correctly updated
 ; when a node is split around the call instruction.  The verifier caught the error.
 ;
-; RUN: opt %s -inline
+; RUN: opt %s -inline
 ;
 
 define i64 @test(i64 %X) {