[llvm-commits] CVS: llvm/docs/WritingAnLLVMPass.html
Misha Brukman
brukman at cs.uiuc.edu
Thu Jun 3 18:44:00 PDT 2004
Changes in directory llvm/docs:
WritingAnLLVMPass.html updated: 1.27 -> 1.28
---
Log message:
GCSE has suddenly become a struct, not a class; fix broken link.
---
Diffs of the changes: (+2 -2)
Index: llvm/docs/WritingAnLLVMPass.html
diff -u llvm/docs/WritingAnLLVMPass.html:1.27 llvm/docs/WritingAnLLVMPass.html:1.28
--- llvm/docs/WritingAnLLVMPass.html:1.27 Sun May 23 16:07:27 2004
+++ llvm/docs/WritingAnLLVMPass.html Thu Jun 3 18:39:36 2004
@@ -1006,7 +1006,7 @@
Passes that use the <tt><a
href="http://llvm.cs.uiuc.edu/doxygen/classllvm_1_1AliasAnalysis.html">AliasAnalysis</a></tt>
interface (for example the <tt><a
-href="http://llvm.cs.uiuc.edu/doxygen/classGCSE.html">gcse</a></tt> pass), do
+href="http://llvm.cs.uiuc.edu/doxygen/structGCSE.html">gcse</a></tt> pass), do
not care which implementation of alias analysis is actually provided, they just
use the designated interface.</p>
@@ -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/05/23 21:07:27 $
+ Last modified: $Date: 2004/06/03 23:39:36 $
</address>
</body>
More information about the llvm-commits
mailing list