[llvm-commits] [llvm] r154522 - /llvm/trunk/lib/Transforms/Scalar/ScalarReplAggregates.cpp

Chad Rosier mcrosier at apple.com
Wed Apr 11 12:21:59 PDT 2012


Author: mcrosier
Date: Wed Apr 11 14:21:58 2012
New Revision: 154522

URL: http://llvm.org/viewvc/llvm-project?rev=154522&view=rev
Log:
Typo.

Modified:
    llvm/trunk/lib/Transforms/Scalar/ScalarReplAggregates.cpp

Modified: llvm/trunk/lib/Transforms/Scalar/ScalarReplAggregates.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Scalar/ScalarReplAggregates.cpp?rev=154522&r1=154521&r2=154522&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Scalar/ScalarReplAggregates.cpp (original)
+++ llvm/trunk/lib/Transforms/Scalar/ScalarReplAggregates.cpp Wed Apr 11 14:21:58 2012
@@ -13,7 +13,7 @@
 // each member (if possible).  Then, if possible, it transforms the individual
 // alloca instructions into nice clean scalar SSA form.
 //
-// This combines a simple SRoA algorithm with the Mem2Reg algorithm because
+// This combines a simple SRoA algorithm with the Mem2Reg algorithm because they
 // often interact, especially for C++ programs.  As such, iterating between
 // SRoA, then Mem2Reg until we run out of things to promote works well.
 //





More information about the llvm-commits mailing list