[llvm] r178774 - Missing word

Eli Bendersky eliben at google.com
Thu Apr 4 11:29:19 PDT 2013


Author: eliben
Date: Thu Apr  4 13:29:19 2013
New Revision: 178774

URL: http://llvm.org/viewvc/llvm-project?rev=178774&view=rev
Log:
Missing word

Modified:
    llvm/trunk/docs/Passes.rst

Modified: llvm/trunk/docs/Passes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/Passes.rst?rev=178774&r1=178773&r2=178774&view=diff
==============================================================================
--- llvm/trunk/docs/Passes.rst (original)
+++ llvm/trunk/docs/Passes.rst Thu Apr  4 13:29:19 2013
@@ -1018,8 +1018,8 @@ possible, it transforms the individual `
 scalar SSA form.
 
 This combines a simple scalar replacement of aggregates algorithm with the
-:ref:`mem2reg <passes-mem2reg>` algorithm because often interact, especially
-for C++ programs.  As such, iterating between ``scalarrepl``, then
+:ref:`mem2reg <passes-mem2reg>` algorithm because they often interact,
+especially for C++ programs.  As such, iterating between ``scalarrepl``, then
 :ref:`mem2reg <passes-mem2reg>` until we run out of things to promote works
 well.
 





More information about the llvm-commits mailing list