diff --git a/llvm/docs/CompileCudaWithLLVM.rst b/llvm/docs/CompileCudaWithLLVM.rst index 0371d7a3bdfc..1b1a27255cc4 100644 --- a/llvm/docs/CompileCudaWithLLVM.rst +++ b/llvm/docs/CompileCudaWithLLVM.rst @@ -514,7 +514,7 @@ Modern CPUs and GPUs are architecturally quite different, so code that's fast on a CPU isn't necessarily fast on a GPU. We've made a number of changes to LLVM to make it generate good GPU code. Among these changes are: -* `Straight-line scalar optimizations `_ -- These +* `Straight-line scalar optimizations `_ -- These reduce redundancy within straight-line code. * `Aggressive speculative execution