diff options
| -rw-r--r-- | llvm/include/llvm/CodeGen/RegisterScavenging.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/RegisterScavenging.h b/llvm/include/llvm/CodeGen/RegisterScavenging.h index 7fe477998a7..3836002e5ac 100644 --- a/llvm/include/llvm/CodeGen/RegisterScavenging.h +++ b/llvm/include/llvm/CodeGen/RegisterScavenging.h @@ -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(); } |

