diff options
author | Michael Kruse <llvm@meinersbur.de> | 2018-12-12 17:59:01 +0000 |
---|---|---|
committer | Michael Kruse <llvm@meinersbur.de> | 2018-12-12 17:59:01 +0000 |
commit | 82dd71ef6d0061668cc09d9ea38b4c6cb9a0b382 (patch) | |
tree | 9b9f1904bd024da2e5a02fd001a43be033863f83 /llvm/docs | |
parent | 44eaa492b8726de28523a8fa5f7bcd5b6c5c6ee1 (diff) | |
download | bcm5719-llvm-82dd71ef6d0061668cc09d9ea38b4c6cb9a0b382.tar.gz bcm5719-llvm-82dd71ef6d0061668cc09d9ea38b4c6cb9a0b382.zip |
[docs] Use correct ending quotes.
llvm-svn: 348947
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/LangRef.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index fec3b7f9439..ea879a5db5b 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 |