From: Misha Brukman
Date: Wed, 17 Dec 2003 18:46:49 +0000 (+0000)
Subject: Since we are now in the 'llvm' namespace, the mangled C++ name of structs
X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=3e7ada642a00c6904231f2446b33c7f15bb45151;p=oota-llvm.git
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
---
diff --git a/docs/AliasAnalysis.html b/docs/AliasAnalysis.html
index 4357bb26981..1e62e78b3df 100644
--- a/docs/AliasAnalysis.html
+++ b/docs/AliasAnalysis.html
@@ -199,7 +199,7 @@ is returned.
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 no-aa implementation.
+href="/doxygen/structllvm_1_1NoAA.html">no-aa implementation.