From 7d98fd121c997c39bc364d2e59cc01d64dadc396 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 27 Jul 2004 03:04:30 +0000 Subject: [PATCH] Fix out of date comment llvm-svn: 15256 --- include/llvm/Target/MRegisterInfo.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/llvm/Target/MRegisterInfo.h b/include/llvm/Target/MRegisterInfo.h index af62c13bddd..c1348823efd 100644 --- a/include/llvm/Target/MRegisterInfo.h +++ b/include/llvm/Target/MRegisterInfo.h @@ -280,8 +280,7 @@ public: /// instructions (but only if the Target is using them). It is responsible /// for eliminating these instructions, replacing them with concrete /// instructions. This method need only be implemented if using call frame - /// setup/destroy pseudo instructions. The return value is the number of - /// instructions added to (negative if removed from) the basic block. + /// setup/destroy pseudo instructions. /// virtual void eliminateCallFramePseudoInstr(MachineFunction &MF,