aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target/MachineInstrInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Target/MachineInstrInfo.h')
-rw-r--r--include/llvm/Target/MachineInstrInfo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/llvm/Target/MachineInstrInfo.h b/include/llvm/Target/MachineInstrInfo.h
index 5c694f6..988e787 100644
--- a/include/llvm/Target/MachineInstrInfo.h
+++ b/include/llvm/Target/MachineInstrInfo.h
@@ -98,7 +98,8 @@ public:
/// 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;