From: Michael Kruse Date: Wed, 12 Dec 2018 17:59:01 +0000 (+0000) Subject: [docs] Use correct ending quotes. X-Git-Tag: llvmorg-8.0.0-rc1~2293 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=82dd71ef6d0061668cc09d9ea38b4c6cb9a0b382;p=platform%2Fupstream%2Fllvm.git [docs] Use correct ending quotes. llvm-svn: 348947 --- diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index fec3b7f..ea879a5 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/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