GCSE has suddenly become a struct, not a class; fix broken link.
authorMisha Brukman <brukman+llvm@gmail.com>
Thu, 3 Jun 2004 23:39:36 +0000 (23:39 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Thu, 3 Jun 2004 23:39:36 +0000 (23:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14001 91177308-0d34-0410-b5e6-96231b3b80d8

docs/WritingAnLLVMPass.html

index 5f32d1609713026516b00709faded130cfde3ea9..76604610a8022db4f30b3e0a9629d134fdfce7b6 100644 (file)
@@ -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>