Fix comment.
authorEvan Cheng <evan.cheng@apple.com>
Sun, 18 Mar 2007 03:26:04 +0000 (03:26 +0000)
committerEvan 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

index 7fe477998a7902a9f1c0a01ca40d5883d7f434d2..3836002e5ac16c85136c800467b602099d59a70f 100644 (file)
@@ -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();
   }