De-virtualize or remove some methods that have no overrides nor override anything...
[oota-llvm.git] / lib / Target / PowerPC / PPCInstrInfo.h
index b2981584e97e5852bafefb018a30e6bd9924f045..d9db3e1b1dc55319ec7f1db63b1c336d862aba62 100644 (file)
@@ -227,7 +227,7 @@ public:
   /// GetInstSize - Return the number of bytes of code the specified
   /// instruction may be.  This returns the maximum number of bytes.
   ///
-  virtual unsigned GetInstSizeInBytes(const MachineInstr *MI) const final;
+  unsigned GetInstSizeInBytes(const MachineInstr *MI) const;
 };
 
 }