summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-04-11 19:21:58 +0000
committerChad Rosier <mcrosier@apple.com>2012-04-11 19:21:58 +0000
commitcc899f3b6dc88107e612bc33b1489e5594850ddf (patch)
tree7b06b98259b6522b5bfec127bdd8362dde86f6e9 /llvm/lib/Transforms
parent766e8ccbfc609b3aa17b373d202899064e35fa7d (diff)
downloadbcm5719-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.cpp2
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.
//
OpenPOWER on IntegriCloud