From 2db59382db874146e7bc53c490188ca2767078f6 Mon Sep 17 00:00:00 2001 From: Francis Visoiu Mistrih Date: Thu, 14 Dec 2017 10:03:18 +0000 Subject: [CodeGen] Move printing MO_Metadata operands to MachineOperand::print Work towards the unification of MIR and debug output by refactoring the interfaces. llvm-svn: 320684 --- llvm/lib/CodeGen/MachineOperand.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'llvm/lib/CodeGen/MachineOperand.cpp') diff --git a/llvm/lib/CodeGen/MachineOperand.cpp b/llvm/lib/CodeGen/MachineOperand.cpp index 009722b9..a1ae5d3 100644 --- a/llvm/lib/CodeGen/MachineOperand.cpp +++ b/llvm/lib/CodeGen/MachineOperand.cpp @@ -657,9 +657,7 @@ void MachineOperand::print(raw_ostream &OS, ModuleSlotTracker &MST, break; } case MachineOperand::MO_Metadata: - OS << '<'; getMetadata()->printAsOperand(OS, MST); - OS << '>'; break; case MachineOperand::MO_MCSymbol: OS << "'; -- cgit v1.1