From a304408789e991a6fee6c10566b655da8cc830a2 Mon Sep 17 00:00:00 2001 From: Pekka Jaaskelainen Date: Fri, 6 Jun 2014 11:21:44 +0000 Subject: [PATCH] Slight language tweak from Jonathan Humphreys. llvm-svn: 210327 --- llvm/docs/LangRef.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index 9bfd3ed2..d246e46 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/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 -- 2.7.4