diff --git a/llvm/include/llvm/CodeGen/RegisterScavenging.h b/llvm/include/llvm/CodeGen/RegisterScavenging.h index 7fe477998a79..3836002e5ac1 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(); }