[llvm-commits] CVS: llvm/docs/AliasAnalysis.html
Misha Brukman
brukman at cs.uiuc.edu
Wed Dec 17 12:48:02 PST 2003
Changes in directory llvm/docs:
AliasAnalysis.html updated: 1.12 -> 1.13
---
Log message:
Since we are now in the 'llvm' namespace, the mangled C++ name of structs
and hence the links, all change.
---
Diffs of the changes: (+2 -2)
Index: llvm/docs/AliasAnalysis.html
diff -u llvm/docs/AliasAnalysis.html:1.12 llvm/docs/AliasAnalysis.html:1.13
--- llvm/docs/AliasAnalysis.html:1.12 Fri Nov 21 19:26:21 2003
+++ llvm/docs/AliasAnalysis.html Wed Dec 17 12:46:49 2003
@@ -199,7 +199,7 @@
straight-forward. There are already several implementations that you can use
for examples, and the following information should help fill in any details.
For a minimal example, take a look at the <a
-href="/doxygen/structNoAA.html"><tt>no-aa</tt></a> implementation.</p>
+href="/doxygen/structllvm_1_1NoAA.html"><tt>no-aa</tt></a> implementation.</p>
</div>
@@ -486,7 +486,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: 2003/11/22 01:26:21 $
+ Last modified: $Date: 2003/12/17 18:46:49 $
</address>
</body>
More information about the llvm-commits
mailing list