summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-06-07 21:24:10 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-06-07 21:24:10 +0000
commitd4b795902c52cdbc9087b7c8a18fa8ec93acb2e9 (patch)
treef46c534381bada8dec9e78f9abe55de259bf1cfb /llvm/lib/Transforms
parent1707fcb7dbbfaa59f3144fb8629f273ae8ab73ee (diff)
downloadbcm5719-llvm-d4b795902c52cdbc9087b7c8a18fa8ec93acb2e9.tar.gz
bcm5719-llvm-d4b795902c52cdbc9087b7c8a18fa8ec93acb2e9.zip
Fix a spello in a comment.
llvm-svn: 28714
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r--llvm/lib/Transforms/Scalar/LoopUnroll.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/LoopUnroll.cpp b/llvm/lib/Transforms/Scalar/LoopUnroll.cpp
index a9dba4bb5ef..4f2a0e0b62e 100644
--- a/llvm/lib/Transforms/Scalar/LoopUnroll.cpp
+++ b/llvm/lib/Transforms/Scalar/LoopUnroll.cpp
@@ -213,7 +213,7 @@ bool LoopUnroll::visitLoop(Loop *L) {
// We don't want to reprocess entries with PHI nodes in them. For this
// reason, we look at each operand of each user exactly once, performing the
- // stubstitution exactly once.
+ // substitution exactly once.
for (std::set<User*>::iterator UI = Users.begin(), E = Users.end(); UI != E;
++UI) {
Instruction *I = cast<Instruction>(*UI);
OpenPOWER on IntegriCloud