summaryrefslogtreecommitdiff
path: root/test/Other/2002-02-24-InlineBrokePHINodes.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-08-02 16:39:18 +0000
committerChris Lattner <sabre@nondot.org>2002-08-02 16:39:18 +0000
commite7e764ca771f0908dc8a6c54552bf86be5aba302 (patch)
tree85e5b3aa7f7f47aa81fe7184b04e2a8e9cd6f846 /test/Other/2002-02-24-InlineBrokePHINodes.ll
parent20f15aa8fbde3acf224ec72f8c0e71e5c64b591b (diff)
downloadllvm-e7e764ca771f0908dc8a6c54552bf86be5aba302.tar.gz
llvm-e7e764ca771f0908dc8a6c54552bf86be5aba302.tar.bz2
llvm-e7e764ca771f0908dc8a6c54552bf86be5aba302.tar.xz
The verify pass is implicit
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3208 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Other/2002-02-24-InlineBrokePHINodes.ll')
-rw-r--r--test/Other/2002-02-24-InlineBrokePHINodes.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Other/2002-02-24-InlineBrokePHINodes.ll b/test/Other/2002-02-24-InlineBrokePHINodes.ll
index 58e1b8c5f9..6de391a7bd 100644
--- a/test/Other/2002-02-24-InlineBrokePHINodes.ll
+++ b/test/Other/2002-02-24-InlineBrokePHINodes.ll
@@ -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