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/ScheduleDAGInstrs.cpp | |
parent | f1389e92015ae8c5df0579fbf7685f69f4c28955 (diff) | |
download | bcm5719-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/ScheduleDAGInstrs.cpp')
-rw-r--r-- | llvm/lib/CodeGen/ScheduleDAGInstrs.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp b/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp index 3afa78d1133..9249fa84b38 100644 --- a/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp +++ b/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp @@ -1099,7 +1099,6 @@ void ScheduleDAGInstrs::dumpNode(const SUnit *SU) const { // Cannot completely remove virtual function even in release mode. #if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP) SU->getInstr()->dump(); - dbgs() << '\n'; #endif } |