De-virtualize a method since it doesn't override anything and isn't overridden itself.

llvm-svn: 203440
This commit is contained in:
Craig Topper 2014-03-10 03:22:59 +00:00
parent ca7e3e5c4b
commit d25ff6f917
1 changed files with 1 additions and 1 deletions

View 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();