From: Matthijs Kooijman Date: Mon, 20 Oct 2008 11:23:18 +0000 (+0000) Subject: Remove another stale comment. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1ad70c09c890c3abcc147503f2e23082f683790c;p=oota-llvm.git Remove another stale comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57828 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Target/TargetRegisterInfo.h b/include/llvm/Target/TargetRegisterInfo.h index 2b3c1280016..28a48cf5e4f 100644 --- a/include/llvm/Target/TargetRegisterInfo.h +++ b/include/llvm/Target/TargetRegisterInfo.h @@ -547,9 +547,7 @@ public: /// eliminated by this method. This method may modify or replace the /// specified instruction, as long as it keeps the iterator pointing the the /// finished product. SPAdj is the SP adjustment due to call frame setup - /// instruction. The return value is the number of instructions added to - /// (negative if removed from) the basic block. - /// + /// instruction. virtual void eliminateFrameIndex(MachineBasicBlock::iterator MI, int SPAdj, RegScavenger *RS=NULL) const = 0;