[llvm] r210327 - Slight language tweak from Jonathan Humphreys.

Pekka Jaaskelainen pekka.jaaskelainen at tut.fi
Fri Jun 6 04:21:44 PDT 2014


Author: pjaaskel
Date: Fri Jun  6 06:21:44 2014
New Revision: 210327

URL: http://llvm.org/viewvc/llvm-project?rev=210327&view=rev
Log:
Slight language tweak from Jonathan Humphreys.

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=210327&r1=210326&r2=210327&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Fri Jun  6 06:21:44 2014
@@ -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 





More information about the llvm-commits mailing list