[llvm] r348947 - [docs] Use correct ending quotes.

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 12 09:59:01 PST 2018


Author: meinersbur
Date: Wed Dec 12 09:59:01 2018
New Revision: 348947

URL: http://llvm.org/viewvc/llvm-project?rev=348947&view=rev
Log:
[docs] Use correct ending quotes.

Modified:
    llvm/trunk/docs/LangRef.rst

Modified: llvm/trunk/docs/LangRef.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.rst?rev=348947&r1=348946&r2=348947&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Wed Dec 12 09:59:01 2018
@@ -5116,7 +5116,7 @@ suggests an unroll factor to the loop un
 
 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




More information about the llvm-commits mailing list