[llvm] r227608 - Remove the preverify pass from the documentation now that it has been removed

Yunzhong Gao Yunzhong_Gao at playstation.sony.com
Fri Jan 30 12:51:10 PST 2015


Author: ygao
Date: Fri Jan 30 14:51:09 2015
New Revision: 227608

URL: http://llvm.org/viewvc/llvm-project?rev=227608&view=rev
Log:
Remove the preverify pass from the documentation now that it has been removed
since r199487.


Modified:
    llvm/trunk/docs/Passes.rst

Modified: llvm/trunk/docs/Passes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/Passes.rst?rev=227608&r1=227607&r2=227608&view=diff
==============================================================================
--- llvm/trunk/docs/Passes.rst (original)
+++ llvm/trunk/docs/Passes.rst Fri Jan 30 14:51:09 2015
@@ -1119,13 +1119,6 @@ useful when diffing the effect of an opt
 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





More information about the llvm-commits mailing list