mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
De-virtualize a method since it doesn't override anything (yay 'override' keyword) and its class is in an anonymous namespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203341 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5747a143a2
commit
ad1b194773
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user