Skip to content

Commit

Permalink
Remove the preverify pass from the documentation now that it has been…
Browse files Browse the repository at this point in the history
… removed

since r199487.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227608 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Yunzhong Gao authored and Yunzhong Gao committed Jan 30, 2015
1 parent e288ebf commit 9dbaae6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/Passes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
<passes-verify>` pass. Running the verifier runs this pass automatically, so
there should be no need to use it directly.

.. _passes-verify:

``-verify``: Module Verifier
Expand Down

0 comments on commit 9dbaae6

Please sign in to comment.