Enhance BranchProbabilityInfo::calcUnreachableHeuristics for InvokeInst
[oota-llvm.git] / docs / CompileCudaWithLLVM.rst
index 7c1c8f48f7ba1d54ee1e0498ca18a35bb8cd9da1..a981ffe1e8f52a469c736ee88b0533973801cfc4 100644 (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.