Remove ClassPrefix variable as it's no longer used.
[oota-llvm.git] / lib / Target / PowerPC / PowerPCRegisterInfo.h
index 5cb39d489454ec3d538aece682e7551667dffbd2..fd4b33e92ea3f6de7f78784beb03fc01f40811bc 100644 (file)
@@ -47,8 +47,6 @@ struct PowerPCRegisterInfo : public PowerPCGenRegisterInfo {
   void eliminateFrameIndex(MachineFunction &MF,
                            MachineBasicBlock::iterator II) const;
 
-  void processFunctionBeforeFrameFinalized(MachineFunction &MF) const;
-
   void emitPrologue(MachineFunction &MF) const;
   void emitEpilogue(MachineFunction &MF, MachineBasicBlock &MBB) const;
 };