[llvm-commits] CVS: llvm/include/llvm/CodeGen/RegisterScavenging.h
Evan Cheng
evan.cheng at apple.com
Sat Mar 17 20:26:21 PDT 2007
Changes in directory llvm/include/llvm/CodeGen:
RegisterScavenging.h updated: 1.9 -> 1.10
---
Log message:
Fix comment.
---
Diffs of the changes: (+1 -1)
RegisterScavenging.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/CodeGen/RegisterScavenging.h
diff -u llvm/include/llvm/CodeGen/RegisterScavenging.h:1.9 llvm/include/llvm/CodeGen/RegisterScavenging.h:1.10
--- llvm/include/llvm/CodeGen/RegisterScavenging.h:1.9 Tue Mar 6 20:36:16 2007
+++ llvm/include/llvm/CodeGen/RegisterScavenging.h Sat Mar 17 22:26:04 2007
@@ -71,7 +71,7 @@
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();
}
More information about the llvm-commits
mailing list