X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FPasses.rst;h=cc0a853bc4deb6a8839a8e1925d35add00e65a0f;hb=c4736349a590d5ca66838702ec297953f85ead60;hp=3f9534182c72be76f549c1717dbf63ade695de3c;hpb=49126402532be5fd1c21fe6cc189e1fece4cb6c5;p=oota-llvm.git 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