mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-27 14:34:58 +00:00
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35139 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1eda0f60d7
commit
7e79e396a4
@ -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…
x
Reference in New Issue
Block a user