summaryrefslogtreecommitdiffstats
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
commita1d8eeb7da23951bf23ffede290581fedbced1b1 (patch)
tree124b849aaf93dc013be1eb046679a3cd3af3f810
parentc3a9cd4c70458241600e14ae86fb93cb18945bfc (diff)
downloadbcm5719-llvm-a1d8eeb7da23951bf23ffede290581fedbced1b1.tar.gz
bcm5719-llvm-a1d8eeb7da23951bf23ffede290581fedbced1b1.zip
Correct typo. Should be "not allowed"
llvm-svn: 37490
-rw-r--r--llvm/docs/WritingAnLLVMPass.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/WritingAnLLVMPass.html b/llvm/docs/WritingAnLLVMPass.html
index 925d9811a4e..3d896cf3a11 100644
--- a/llvm/docs/WritingAnLLVMPass.html
+++ b/llvm/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
OpenPOWER on IntegriCloud