De-virtualize a method since it doesn't override anything and isn't overridden itself.
authorCraig Topper <craig.topper@gmail.com>
Mon, 10 Mar 2014 03:22:59 +0000 (03:22 +0000)
committerCraig Topper <craig.topper@gmail.com>
Mon, 10 Mar 2014 03:22:59 +0000 (03:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203440 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp

index 2d44b1a556362cbe5a6d84361d2bded4b35e9a53..041a0fdf51524332d107e2a80126d4ab9e037a4e 100644 (file)
@@ -483,7 +483,7 @@ public:
     MCELFStreamer::EmitInstruction(Inst, STI);
   }
 
-  virtual void emitInst(uint32_t Inst, char Suffix) {
+  void emitInst(uint32_t Inst, char Suffix) {
     unsigned Size;
     char Buffer[4];
     const bool LittleEndian = getContext().getAsmInfo()->isLittleEndian();