Fix comment.

llvm-svn: 35139
This commit is contained in:
Evan Cheng 2007-03-18 03:26:04 +00:00
parent 17d20fd41e
commit fd43be8532
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ public:
void backward();
/// forward / backward - Move the internal MBB iterator and update register
/// states until it has reached but not processed the specific iterator.
/// states until it has processed the specific iterator.
void forward(MachineBasicBlock::iterator I) {
while (MBBI != I) forward();
}