[llvm-commits] CVS: llvm/docs/WritingAnLLVMPass.html
Tanya Lattner
tonic at nondot.org
Thu Jun 7 09:45:21 PDT 2007
Changes in directory llvm/docs:
WritingAnLLVMPass.html updated: 1.61 -> 1.62
---
Log message:
Correct typo. Should be "not allowed"
---
Diffs of the changes: (+2 -2)
WritingAnLLVMPass.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/docs/WritingAnLLVMPass.html
diff -u llvm/docs/WritingAnLLVMPass.html:1.61 llvm/docs/WritingAnLLVMPass.html:1.62
--- llvm/docs/WritingAnLLVMPass.html:1.61 Fri May 18 00:38:44 2007
+++ llvm/docs/WritingAnLLVMPass.html Thu Jun 7 11:44:52 2007
@@ -537,7 +537,7 @@
<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
@@ -1809,7 +1809,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2007/05/18 05:38:44 $
+ Last modified: $Date: 2007/06/07 16:44:52 $
</address>
</body>
More information about the llvm-commits
mailing list