mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-10 04:33:40 +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
|
// 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
|
// 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;
|
for (std::set<User*>::iterator UI = Users.begin(), E = Users.end(); UI != E;
|
||||||
++UI) {
|
++UI) {
|
||||||
Instruction *I = cast<Instruction>(*UI);
|
Instruction *I = cast<Instruction>(*UI);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user