diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-06-03 23:39:36 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-06-03 23:39:36 +0000 |
commit | d15516ea46bff5f260751323a95f9f52a254a3e5 (patch) | |
tree | ae7417f9a7679ce156d2fe75f45ff6555daca282 | |
parent | 31ca1deab47db8ab9922c58109b62a6938c62527 (diff) | |
download | external_llvm-d15516ea46bff5f260751323a95f9f52a254a3e5.zip external_llvm-d15516ea46bff5f260751323a95f9f52a254a3e5.tar.gz external_llvm-d15516ea46bff5f260751323a95f9f52a254a3e5.tar.bz2 |
GCSE has suddenly become a struct, not a class; fix broken link.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14001 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/WritingAnLLVMPass.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/WritingAnLLVMPass.html b/docs/WritingAnLLVMPass.html index 5f32d16..7660461 100644 --- a/docs/WritingAnLLVMPass.html +++ b/docs/WritingAnLLVMPass.html @@ -1006,7 +1006,7 @@ compute (such as: two different globals can never alias each other, etc). 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> |