From 03d90e545db8c7b5a04a96a288d022e486b9b7f7 Mon Sep 17 00:00:00 2001 From: Jingyue Wu Date: Wed, 18 Nov 2015 22:01:44 +0000 Subject: [PATCH] [doc] fix a wrong link llvm-svn: 253509 --- llvm/docs/CompileCudaWithLLVM.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/CompileCudaWithLLVM.rst b/llvm/docs/CompileCudaWithLLVM.rst index 7c1c8f48f7ba..a981ffe1e8f5 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 - `_ infers that two pointers in different + `_ 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.