diff options
author | Francis Visoiu Mistrih <francisvm@yahoo.com> | 2018-02-19 15:08:49 +0000 |
---|---|---|
committer | Francis Visoiu Mistrih <francisvm@yahoo.com> | 2018-02-19 15:08:49 +0000 |
commit | 68ced40a235e15c4b9fabd29866f867e097e82ed (patch) | |
tree | 8c0d9bd39f7a33d07050e51db29d9d966c31c21a /llvm/lib/CodeGen/MachineInstr.cpp | |
parent | f1389e92015ae8c5df0579fbf7685f69f4c28955 (diff) | |
download | llvm-68ced40a235e15c4b9fabd29866f867e097e82ed.zip llvm-68ced40a235e15c4b9fabd29866f867e097e82ed.tar.gz llvm-68ced40a235e15c4b9fabd29866f867e097e82ed.tar.bz2 |
Revert "[CodeGen] Move printing '\n' from MachineInstr::print to MachineBasicBlock::print"
This reverts commit r324681.
llvm-svn: 325505
Diffstat (limited to 'llvm/lib/CodeGen/MachineInstr.cpp')
-rw-r--r-- | llvm/lib/CodeGen/MachineInstr.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/MachineInstr.cpp b/llvm/lib/CodeGen/MachineInstr.cpp index 80665b5..d2d3bc7 100644 --- a/llvm/lib/CodeGen/MachineInstr.cpp +++ b/llvm/lib/CodeGen/MachineInstr.cpp @@ -1473,6 +1473,8 @@ void MachineInstr::print(raw_ostream &OS, ModuleSlotTracker &MST, if (isIndirectDebugValue()) OS << " indirect"; } + + OS << '\n'; } bool MachineInstr::addRegisterKilled(unsigned IncomingReg, |