Fix comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35139 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2007-03-18 03:26:04 +00:00
parent 1eda0f60d7
commit 7e79e396a4

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();
}