We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8f9f08 commit 8752065Copy full SHA for 8752065
llvm/docs/WritingAnLLVMPass.rst
@@ -474,8 +474,7 @@ external functions.
474
To be explicit, ``FunctionPass`` subclasses are not allowed to:
475
476
#. Inspect or modify a ``Function`` other than the one currently being processed.
477
-#. Add or remove ``Function``\ s from the current ``Module``, including
478
- declarations.
+#. Add or remove ``Function``\ s from the current ``Module``.
479
#. Add or remove global variables from the current ``Module``.
480
#. Maintain state across invocations of :ref:`runOnFunction
481
<writing-an-llvm-pass-runOnFunction>` (including global data).
0 commit comments