From: Evan Cheng Date: Sun, 18 Mar 2007 03:26:04 +0000 (+0000) Subject: Fix comment. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7e79e396a4ee6f96346881e090c943d7207d8abe;p=oota-llvm.git Fix comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35139 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/RegisterScavenging.h b/include/llvm/CodeGen/RegisterScavenging.h index 7fe477998a7..3836002e5ac 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(); }