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.