From 68ced40a235e15c4b9fabd29866f867e097e82ed Mon Sep 17 00:00:00 2001 From: Francis Visoiu Mistrih Date: Mon, 19 Feb 2018 15:08:49 +0000 Subject: Revert "[CodeGen] Move printing '\n' from MachineInstr::print to MachineBasicBlock::print" This reverts commit r324681. llvm-svn: 325505 --- llvm/lib/CodeGen/MachineBasicBlock.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/lib/CodeGen/MachineBasicBlock.cpp') diff --git a/llvm/lib/CodeGen/MachineBasicBlock.cpp b/llvm/lib/CodeGen/MachineBasicBlock.cpp index ef9154f6edb..6686cda2756 100644 --- a/llvm/lib/CodeGen/MachineBasicBlock.cpp +++ b/llvm/lib/CodeGen/MachineBasicBlock.cpp @@ -387,7 +387,6 @@ void MachineBasicBlock::print(raw_ostream &OS, ModuleSlotTracker &MST, if (!LI.LaneMask.all()) OS << ":0x" << PrintLaneMask(LI.LaneMask); } - OS << '\n'; HasLineAttributes = true; } -- cgit v1.2.3