Correct typo. Should be "not allowed"
authorTanya Lattner <tonic@nondot.org>
Thu, 7 Jun 2007 16:44:52 +0000 (16:44 +0000)
committerTanya Lattner <tonic@nondot.org>
Thu, 7 Jun 2007 16:44:52 +0000 (16:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37490 91177308-0d34-0410-b5e6-96231b3b80d8

docs/WritingAnLLVMPass.html

index 925d9811a4ed5d52a09f6d2acf0c4ec7930fcb48..3d896cf3a119cac2e82824234234e36f74ba1913 100644 (file)
@@ -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