mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-24 05:09:34 +00:00
Fix a spello in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28714 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
170da9b058
commit
6296b3cac5
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user