projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1eda0f6
)
Fix comment.
author
Evan Cheng
<evan.cheng@apple.com>
Sun, 18 Mar 2007 03:26:04 +0000
(
03:26
+0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Sun, 18 Mar 2007 03:26:04 +0000
(
03:26
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35139
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/RegisterScavenging.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/RegisterScavenging.h
b/include/llvm/CodeGen/RegisterScavenging.h
index 7fe477998a7902a9f1c0a01ca40d5883d7f434d2..3836002e5ac16c85136c800467b602099d59a70f 100644
(file)
--- 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();
}