diff options
| author | Chad Rosier <mcrosier@apple.com> | 2012-04-11 19:21:58 +0000 |
|---|---|---|
| committer | Chad Rosier <mcrosier@apple.com> | 2012-04-11 19:21:58 +0000 |
| commit | cc899f3b6dc88107e612bc33b1489e5594850ddf (patch) | |
| tree | 7b06b98259b6522b5bfec127bdd8362dde86f6e9 /llvm/lib/Transforms | |
| parent | 766e8ccbfc609b3aa17b373d202899064e35fa7d (diff) | |
| download | bcm5719-llvm-cc899f3b6dc88107e612bc33b1489e5594850ddf.tar.gz bcm5719-llvm-cc899f3b6dc88107e612bc33b1489e5594850ddf.zip | |
Typo.
llvm-svn: 154522
Diffstat (limited to 'llvm/lib/Transforms')
| -rw-r--r-- | llvm/lib/Transforms/Scalar/ScalarReplAggregates.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/ScalarReplAggregates.cpp b/llvm/lib/Transforms/Scalar/ScalarReplAggregates.cpp index 83627df2f52..026fea117b2 100644 --- a/llvm/lib/Transforms/Scalar/ScalarReplAggregates.cpp +++ b/llvm/lib/Transforms/Scalar/ScalarReplAggregates.cpp @@ -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. // |

