summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPekka Jaaskelainen <pekka.jaaskelainen@tut.fi>2014-06-06 11:21:44 +0000
committerPekka Jaaskelainen <pekka.jaaskelainen@tut.fi>2014-06-06 11:21:44 +0000
commit53b344dcca9427de2f33ce2c8d7f300218fe49e1 (patch)
tree1c01b03cd5e6e07412f297d9fc6a0295d857588b /docs
parentaf4eb8a3fedc025f8d276279d7e3b42a40fd2c12 (diff)
downloadllvm-53b344dcca9427de2f33ce2c8d7f300218fe49e1.tar.gz
llvm-53b344dcca9427de2f33ce2c8d7f300218fe49e1.tar.bz2
llvm-53b344dcca9427de2f33ce2c8d7f300218fe49e1.tar.xz
Slight language tweak from Jonathan Humphreys.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210327 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.rst b/docs/LangRef.rst
index 9bfd3ed2c4..d246e469fb 100644
--- a/docs/LangRef.rst
+++ b/docs/LangRef.rst
@@ -2828,7 +2828,7 @@ with the same loop identifier.
Precisely, given two instructions ``m1`` and ``m2`` that both have the
``llvm.mem.parallel_loop_access`` metadata, with ``L1`` and ``L2`` being the
set of loops associated with that metadata, respectively, then there is no loop
-carried dependence between ``m1`` and ``m2`` for loops ``L1`` or
+carried dependence between ``m1`` and ``m2`` for loops in both ``L1`` and
``L2``.
As a special case, if all memory accessing instructions in a loop have