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();
}
_______________________________________________
llvm-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits