forked from OSchip/llvm-project
parent
17d20fd41e
commit
fd43be8532
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue