The verify pass is implicit

llvm-svn: 3208
This commit is contained in:
Chris Lattner 2002-08-02 16:39:18 +00:00
parent 932ed7a084
commit 2410759241
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
; Inlining used to break PHI nodes. This tests that they are correctly updated ; 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. ; 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 implementation