Remove the preverify pass from the documentation now that it has been removed
authorYunzhong Gao <Yunzhong_Gao@playstation.sony.com>
Fri, 30 Jan 2015 20:51:09 +0000 (20:51 +0000)
committerYunzhong Gao <Yunzhong_Gao@playstation.sony.com>
Fri, 30 Jan 2015 20:51:09 +0000 (20:51 +0000)
since r199487.

llvm-svn: 227608

llvm/docs/Passes.rst

index 3f95341..cc0a853 100644 (file)
@@ -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