X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=docs%2FCompileCudaWithLLVM.rst;h=a981ffe1e8f52a469c736ee88b0533973801cfc4;hp=7c1c8f48f7ba1d54ee1e0498ca18a35bb8cd9da1;hb=7a0ec464f16e761602ac9c4e1f610029c0346745;hpb=446c5db587a09a941bfbaefbb8609037116edf77 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.