summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineBasicBlock.cpp
diff options
context:
space:
mode:
authorFrancis Visoiu Mistrih <francisvm@yahoo.com>2018-02-19 15:08:49 +0000
committerFrancis Visoiu Mistrih <francisvm@yahoo.com>2018-02-19 15:08:49 +0000
commit68ced40a235e15c4b9fabd29866f867e097e82ed (patch)
tree8c0d9bd39f7a33d07050e51db29d9d966c31c21a /llvm/lib/CodeGen/MachineBasicBlock.cpp
parentf1389e92015ae8c5df0579fbf7685f69f4c28955 (diff)
downloadbcm5719-llvm-68ced40a235e15c4b9fabd29866f867e097e82ed.tar.gz
bcm5719-llvm-68ced40a235e15c4b9fabd29866f867e097e82ed.zip
Revert "[CodeGen] Move printing '\n' from MachineInstr::print to MachineBasicBlock::print"
This reverts commit r324681. llvm-svn: 325505
Diffstat (limited to 'llvm/lib/CodeGen/MachineBasicBlock.cpp')
-rw-r--r--llvm/lib/CodeGen/MachineBasicBlock.cpp1
1 files changed, 0 insertions, 1 deletions
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;
}
OpenPOWER on IntegriCloud