Skip to content

Commit

Permalink
[doc] fix a wrong link
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@253509 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Jingyue Wu committed Nov 18, 2015
1 parent 5c882ac commit c4bfc2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/CompileCudaWithLLVM.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c4bfc2d

Please sign in to comment.