aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-12-17 18:46:49 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-12-17 18:46:49 +0000
commit3e7ada642a00c6904231f2446b33c7f15bb45151 (patch)
treea03c4883e25c9bc91f7695892d6f8efc215d6f65
parent7d2779c3b7f0e4deefb695b1f1375618d0d49693 (diff)
Since we are now in the 'llvm' namespace, the mangled C++ name of structs
and hence the links, all change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10495 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/AliasAnalysis.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/AliasAnalysis.html b/docs/AliasAnalysis.html
index 4357bb2698..1e62e78b3d 100644
--- a/docs/AliasAnalysis.html
+++ b/docs/AliasAnalysis.html
@@ -199,7 +199,7 @@ is returned.</p>
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>