[llvm-commits] CVS: llvm/docs/WritingAnLLVMPass.html
Chris Lattner
lattner at cs.uiuc.edu
Wed Mar 17 15:34:01 PST 2004
Changes in directory llvm/docs:
WritingAnLLVMPass.html updated: 1.25 -> 1.26
---
Log message:
Fix a tag-o
---
Diffs of the changes: (+2 -2)
Index: llvm/docs/WritingAnLLVMPass.html
diff -u llvm/docs/WritingAnLLVMPass.html:1.25 llvm/docs/WritingAnLLVMPass.html:1.26
--- llvm/docs/WritingAnLLVMPass.html:1.25 Wed Mar 17 15:09:55 2004
+++ llvm/docs/WritingAnLLVMPass.html Wed Mar 17 15:33:32 2004
@@ -912,7 +912,7 @@
want, and returns a reference to that pass. For example:</p>
<pre>
- bool LICM::runOnFunction(Function &F) {
+ bool LICM::runOnFunction(Function &F) {
LoopInfo &LI = getAnalysis<LoopInfo>();
...
}
@@ -1471,7 +1471,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/03/17 21:09:55 $
+ Last modified: $Date: 2004/03/17 21:33:32 $
</address>
</body>
More information about the llvm-commits
mailing list