diff options
-rw-r--r-- | docs/WritingAnLLVMPass.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/WritingAnLLVMPass.html b/docs/WritingAnLLVMPass.html index 925d9811a4..3d896cf3a1 100644 --- a/docs/WritingAnLLVMPass.html +++ b/docs/WritingAnLLVMPass.html @@ -537,7 +537,7 @@ href="#BasicBlockPass">BasicBlockPass</a></tt>, you should derive from <li>... <em>not allowed</em> to modify any <tt>Function</tt>s that are not in the current SCC.</li> -<li>... <em>allowed</em> to inspect any Function's other than those in the +<li>... <em>not allowed</em> to inspect any Function's other than those in the current SCC and the direct callees of the SCC.</li> <li>... <em>required</em> to preserve the current CallGraph object, updating it |