diff options
author | Jingyue Wu <jingyue@google.com> | 2015-11-18 22:01:44 +0000 |
---|---|---|
committer | Jingyue Wu <jingyue@google.com> | 2015-11-18 22:01:44 +0000 |
commit | 03d90e545db8c7b5a04a96a288d022e486b9b7f7 (patch) | |
tree | 71256d7bd5aface1fc699ad664c4509e0c440400 | |
parent | c5c32cbec27853aa22bf48e615c0b96c3df06f31 (diff) | |
download | bcm5719-llvm-03d90e545db8c7b5a04a96a288d022e486b9b7f7.tar.gz bcm5719-llvm-03d90e545db8c7b5a04a96a288d022e486b9b7f7.zip |
[doc] fix a wrong link
llvm-svn: 253509
-rw-r--r-- | llvm/docs/CompileCudaWithLLVM.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CompileCudaWithLLVM.rst b/llvm/docs/CompileCudaWithLLVM.rst index 7c1c8f48f7b..a981ffe1e8f 100644 --- a/llvm/docs/CompileCudaWithLLVM.rst +++ b/llvm/docs/CompileCudaWithLLVM.rst @@ -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. |