1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

[docs] Use correct ending quotes.

llvm-svn: 348947
This commit is contained in:
Michael Kruse 2018-12-12 17:59:01 +00:00
parent cfc854315e
commit d377b5a587

View File

@ -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