From 9dbaae6faeb6ec7e0b569c11f5cd289e25d384a4 Mon Sep 17 00:00:00 2001 From: Yunzhong Gao Date: Fri, 30 Jan 2015 20:51:09 +0000 Subject: [PATCH] Remove the preverify pass from the documentation now that it has been removed since r199487. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227608 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/Passes.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/Passes.rst b/docs/Passes.rst index 3f9534182c7..cc0a853bc4d 100644 --- a/docs/Passes.rst +++ b/docs/Passes.rst @@ -1119,13 +1119,6 @@ useful when diffing the effect of an optimization because deleting an unnamed instruction can change all other instruction numbering, making the diff very noisy. -``-preverify``: Preliminary module verification ------------------------------------------------ - -Ensures that the module is in the form required by the :ref:`Module Verifier -` pass. Running the verifier runs this pass automatically, so -there should be no need to use it directly. - .. _passes-verify: ``-verify``: Module Verifier -- 2.34.1