[FunctionAttrs] Inline the prototype attribute inference to an existing
[oota-llvm.git] / docs / Passes.rst
index 3f9534182c72be76f549c1717dbf63ade695de3c..cc0a853bc4deb6a8839a8e1925d35add00e65a0f 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