aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2007-06-07 16:44:52 +0000
committerTanya Lattner <tonic@nondot.org>2007-06-07 16:44:52 +0000
commit18aad23ce36f9c1dc14c818a10d69448137ebe07 (patch)
tree4684542e1732b99ca537ce0ecb7c27647c02839b /docs
parentc5f7bcbae9e82ae3e54987510397d063b941d14f (diff)
downloadexternal_llvm-18aad23ce36f9c1dc14c818a10d69448137ebe07.zip
external_llvm-18aad23ce36f9c1dc14c818a10d69448137ebe07.tar.gz
external_llvm-18aad23ce36f9c1dc14c818a10d69448137ebe07.tar.bz2
Correct typo. Should be "not allowed"
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37490 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/WritingAnLLVMPass.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/WritingAnLLVMPass.html b/docs/WritingAnLLVMPass.html
index 925d981..3d896cf 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