diff --git a/docs/LangRef.rst b/docs/LangRef.rst index fec3b7f9439..ea879a5db5b 100644 --- a/docs/LangRef.rst +++ b/docs/LangRef.rst @@ -5116,7 +5116,7 @@ suggests an unroll factor to the loop unroller: This metadata disables all optional loop transformations unless explicitly instructed using other transformation metdata such as -``llvm.loop.unroll.enable''. That is, no heuristic will try to determine +``llvm.loop.unroll.enable``. That is, no heuristic will try to determine whether a transformation is profitable. The purpose is to avoid that the loop is transformed to a different loop before an explicitly requested (forced) transformation is applied. For instance, loop fusion can make