mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-03 09:57:24 +00:00
GCSE has suddenly become a struct, not a class; fix broken link.
llvm-svn: 14001
This commit is contained in:
parent
e1d137cc4b
commit
ae1dfd2077
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user