[llvm] r253509 - [doc] fix a wrong link

Jingyue Wu via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 18 14:01:44 PST 2015


Author: jingyue
Date: Wed Nov 18 16:01:44 2015
New Revision: 253509

URL: http://llvm.org/viewvc/llvm-project?rev=253509&view=rev
Log:
[doc] fix a wrong link

Modified:
    llvm/trunk/docs/CompileCudaWithLLVM.rst

Modified: llvm/trunk/docs/CompileCudaWithLLVM.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CompileCudaWithLLVM.rst?rev=253509&r1=253508&r2=253509&view=diff
==============================================================================
--- llvm/trunk/docs/CompileCudaWithLLVM.rst (original)
+++ llvm/trunk/docs/CompileCudaWithLLVM.rst Wed Nov 18 16:01:44 2015
@@ -156,7 +156,7 @@ customizable target-independent optimiza
   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.




More information about the llvm-commits mailing list