[CodeGen] Move printing '\n' from MachineInstr::print to MachineBasicBlock::print
authorFrancis Visoiu Mistrih <francisvm@yahoo.com>
Thu, 8 Feb 2018 23:42:27 +0000 (23:42 +0000)
committerFrancis Visoiu Mistrih <francisvm@yahoo.com>
Thu, 8 Feb 2018 23:42:27 +0000 (23:42 +0000)
commitd65438d0ca7cf1e03a27767dbf2e455ac0b9b154
treedc67b185fe6f440bce12c1748bad100c75269ca5
parent9849f595b9f92914263f80cdb8c48ec78499ba0b
[CodeGen] Move printing '\n' from MachineInstr::print to MachineBasicBlock::print

MBB.print wasn't printing it, but the MIRPrinter is printing it. The
goal is to unify that as much as possible.

llvm-svn: 324681
llvm/lib/CodeGen/MachineBasicBlock.cpp
llvm/lib/CodeGen/MachineInstr.cpp
llvm/lib/CodeGen/MachineScheduler.cpp
llvm/lib/CodeGen/ScheduleDAGInstrs.cpp
llvm/lib/Target/AArch64/AArch64CollectLOH.cpp