Remove empty overrides of processFunctionBeforeFrameFinalized().
authorRoman Divacky <rdivacky@freebsd.org>
Mon, 6 Aug 2012 18:14:18 +0000 (18:14 +0000)
committerRoman Divacky <rdivacky@freebsd.org>
Mon, 6 Aug 2012 18:14:18 +0000 (18:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161328 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Sparc/SparcRegisterInfo.cpp
lib/Target/XCore/XCoreFrameLowering.cpp
lib/Target/XCore/XCoreFrameLowering.h

index 63574681b0852141e2937a7f53149f31e3929a9c..ff8d3c533f3db1c196a051c41dc6ce9a8b526a4c 100644 (file)
@@ -109,9 +109,6 @@ SparcRegisterInfo::eliminateFrameIndex(MachineBasicBlock::iterator II,
   }
 }
 
-void SparcRegisterInfo::
-processFunctionBeforeFrameFinalized(MachineFunction &MF) const {}
-
 unsigned SparcRegisterInfo::getFrameRegister(const MachineFunction &MF) const {
   return SP::I6;
 }
index 3dbc3b9ee548a6a1179e2c9579229462acf4a6dc..a4e56472babc44302fd343b94a96ca31f1dbdeeb 100644 (file)
@@ -371,8 +371,3 @@ XCoreFrameLowering::processFunctionBeforeCalleeSavedScan(MachineFunction &MF,
                                                false));
   }
 }
-
-void XCoreFrameLowering::
-processFunctionBeforeFrameFinalized(MachineFunction &MF) const {
-
-}
index afa2773180f2b81764a3c2eb2b75c37578f980ff..db1bbb60d9682c6ebf3975b6d045da8b30b8d838 100644 (file)
@@ -44,8 +44,6 @@ namespace llvm {
     void processFunctionBeforeCalleeSavedScan(MachineFunction &MF,
                                               RegScavenger *RS = NULL) const;
 
-    void processFunctionBeforeFrameFinalized(MachineFunction &MF) const;
-
     //! Stack slot size (4 bytes)
     static int stackSlotSize() {
       return 4;