From c4bfc2d61dff2bb6b904d12b756f5b2ebda4ea35 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@253509 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CompileCudaWithLLVM.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CompileCudaWithLLVM.rst b/docs/CompileCudaWithLLVM.rst index 7c1c8f48f7b..a981ffe1e8f 100644 --- a/docs/CompileCudaWithLLVM.rst +++ b/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. -- 2.34.1