Revert r238190 and r238197: [mips] Make TTypeEncoding indirect to allow .eh_frame...
[oota-llvm.git] / include / llvm / MC / MCObjectFileInfo.h
index 57e0c82dc35f8ccd464bba38069c5dfb91a9bd1c..f28b9c668cdc8c12415a3341e106e9b7c7bd4140 100644 (file)
@@ -188,8 +188,6 @@ protected:
   MCSection *XDataSection;
 
 public:
-  virtual ~MCObjectFileInfo() { };
-
   void InitMCObjectFileInfo(StringRef TT, Reloc::Model RM, CodeModel::Model CM,
                             MCContext &ctx);
 
@@ -354,8 +352,6 @@ private:
   ///
   void InitEHFrameSection();
 
-  virtual unsigned SelectMipsTTypeEncoding() const;
-
 public:
   const Triple &getTargetTriple() const { return TT; }
 };