De-virtualize a method since it doesn't override anything (yay 'override' keyword...
authorCraig Topper <craig.topper@gmail.com>
Sat, 8 Mar 2014 07:07:08 +0000 (07:07 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sat, 8 Mar 2014 07:07:08 +0000 (07:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203341 91177308-0d34-0410-b5e6-96231b3b80d8

lib/MC/MCAsmStreamer.cpp

index c4de208cb6114d53551d32a4ce5f6183c0d50c0c..75db7a96bbfcc144e28bc9f061156c531a3c392c 100644 (file)
@@ -102,7 +102,7 @@ public:
   void AddComment(const Twine &T) override;
 
   /// AddEncodingComment - Add a comment showing the encoding of an instruction.
-  virtual void AddEncodingComment(const MCInst &Inst, const MCSubtargetInfo &);
+  void AddEncodingComment(const MCInst &Inst, const MCSubtargetInfo &);
 
   /// GetCommentOS - Return a raw_ostream that comments can be written to.
   /// Unlike AddComment, you are required to terminate comments with \n if you