summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/RegisterScavenging.h
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-03-18 03:26:04 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-03-18 03:26:04 +0000
commit7e79e396a4ee6f96346881e090c943d7207d8abe (patch)
treea8c36ded3f6763149e5b0561436797217bb2dbb4 /include/llvm/CodeGen/RegisterScavenging.h
parent1eda0f60d7fe9207d40713501f2c04856063a763 (diff)
downloadllvm-7e79e396a4ee6f96346881e090c943d7207d8abe.tar.gz
llvm-7e79e396a4ee6f96346881e090c943d7207d8abe.tar.bz2
llvm-7e79e396a4ee6f96346881e090c943d7207d8abe.tar.xz
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35139 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/RegisterScavenging.h')
-rw-r--r--include/llvm/CodeGen/RegisterScavenging.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/RegisterScavenging.h b/include/llvm/CodeGen/RegisterScavenging.h
index 7fe477998a..3836002e5a 100644
--- a/include/llvm/CodeGen/RegisterScavenging.h
+++ b/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();
}