diff options
| author | Tanya Lattner <tonic@nondot.org> | 2007-06-07 16:44:52 +0000 |
|---|---|---|
| committer | Tanya Lattner <tonic@nondot.org> | 2007-06-07 16:44:52 +0000 |
| commit | a1d8eeb7da23951bf23ffede290581fedbced1b1 (patch) | |
| tree | 124b849aaf93dc013be1eb046679a3cd3af3f810 | |
| parent | c3a9cd4c70458241600e14ae86fb93cb18945bfc (diff) | |
| download | bcm5719-llvm-a1d8eeb7da23951bf23ffede290581fedbced1b1.tar.gz bcm5719-llvm-a1d8eeb7da23951bf23ffede290581fedbced1b1.zip | |
Correct typo. Should be "not allowed"
llvm-svn: 37490
| -rw-r--r-- | llvm/docs/WritingAnLLVMPass.html | 2 |
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 |

