[llvm-commits] [llvm] r57827 - /llvm/trunk/include/llvm/Target/TargetRegisterInfo.h
Matthijs Kooijman
matthijs at stdin.nl
Mon Oct 20 04:21:14 PDT 2008
Author: matthijs
Date: Mon Oct 20 06:21:12 2008
New Revision: 57827
URL: http://llvm.org/viewvc/llvm-project?rev=57827&view=rev
Log:
Remove an inappropriate (probably outdated) comment.
Modified:
llvm/trunk/include/llvm/Target/TargetRegisterInfo.h
Modified: llvm/trunk/include/llvm/Target/TargetRegisterInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/TargetRegisterInfo.h?rev=57827&r1=57826&r2=57827&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Target/TargetRegisterInfo.h (original)
+++ llvm/trunk/include/llvm/Target/TargetRegisterInfo.h Mon Oct 20 06:21:12 2008
@@ -554,9 +554,7 @@
int SPAdj, RegScavenger *RS=NULL) const = 0;
/// emitProlog/emitEpilog - These methods insert prolog and epilog code into
- /// the function. The return value is the number of instructions
- /// added to (negative if removed from) the basic block (entry for prologue).
- ///
+ /// the function.
virtual void emitPrologue(MachineFunction &MF) const = 0;
virtual void emitEpilogue(MachineFunction &MF,
MachineBasicBlock &MBB) const = 0;
More information about the llvm-commits
mailing list