The verify pass is implicit
authorChris Lattner <sabre@nondot.org>
Fri, 2 Aug 2002 16:39:18 +0000 (16:39 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 2 Aug 2002 16:39:18 +0000 (16:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3208 91177308-0d34-0410-b5e6-96231b3b80d8

test/Other/2002-02-24-InlineBrokePHINodes.ll

index 58e1b8c5f913ee16e4dff26ed3ad882b61a57aa5..6de391a7bd258a397a8661827d921b03ef0045d4 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: as < %s | opt -inline
 ;
 implementation