CVS: ----------------------------------------------------------------------
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4735
91177308-0d34-0410-b5e6-
96231b3b80d8
/// target specific assembly language. If this method is not overridden, the
/// default implementation uses the crummy machine independant printer.
///
- virtual void print(const MachineInstr *MI, std::ostream &O) const;
+ virtual void print(const MachineInstr *MI, std::ostream &O,
+ const TargetMachine &TM) const;
const char *getName(MachineOpCode opCode) const {
return get(opCode).Name;
/// target specific assembly language. If this method is not overridden, the
/// default implementation uses the crummy machine independant printer.
///
- virtual void print(const MachineInstr *MI, std::ostream &O) const;
+ virtual void print(const MachineInstr *MI, std::ostream &O,
+ const TargetMachine &TM) const;
const char *getName(MachineOpCode opCode) const {
return get(opCode).Name;