Teach BasicAA about noalias parameter attributes, but do it correctly this time.
[oota-llvm.git] / test / Other / 2002-02-24-InlineBrokePHINodes.ll
index 58e1b8c5f913ee16e4dff26ed3ad882b61a57aa5..cb02ea486eddb4066e3e82bc03911236171f4b1e 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: as < %s | opt -inline -verify
+; RUN: llvm-upgrade < %s | llvm-as | opt -inline
 ;
 implementation