1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00

[doc] fix a wrong link

llvm-svn: 253509
This commit is contained in:
Jingyue Wu 2015-11-18 22:01:44 +00:00
parent 8ddf1acb2a
commit acb193e196

View File

@ -156,7 +156,7 @@ customizable target-independent optimization pipeline.
effective on code along dominator paths.
* **Memory-space alias analysis**. `This alias analysis
<http://llvm.org/docs/NVPTXUsage.html>`_ infers that two pointers in different
<http://reviews.llvm.org/D12414>`_ infers that two pointers in different
special memory spaces do not alias. It has yet to be integrated to the new
alias analysis infrastructure; the new infrastructure does not run
target-specific alias analysis.