mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 06:31:18 +00:00
Make printImplicitDef and printKill non-virtual, since they don't
need to be overridden. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86198 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7289ed2ee7
commit
b38a308616
@ -373,10 +373,10 @@ namespace llvm {
|
|||||||
|
|
||||||
/// printImplicitDef - This method prints the specified machine instruction
|
/// printImplicitDef - This method prints the specified machine instruction
|
||||||
/// that is an implicit def.
|
/// that is an implicit def.
|
||||||
virtual void printImplicitDef(const MachineInstr *MI) const;
|
void printImplicitDef(const MachineInstr *MI) const;
|
||||||
|
|
||||||
/// printKill - This method prints the specified kill machine instruction.
|
/// printKill - This method prints the specified kill machine instruction.
|
||||||
virtual void printKill(const MachineInstr *MI) const;
|
void printKill(const MachineInstr *MI) const;
|
||||||
|
|
||||||
/// printPICJumpTableSetLabel - This method prints a set label for the
|
/// printPICJumpTableSetLabel - This method prints a set label for the
|
||||||
/// specified MachineBasicBlock for a jumptable entry.
|
/// specified MachineBasicBlock for a jumptable entry.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user