summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG
diff options
context:
space:
mode:
authorQuentin Colombet <qcolombet@apple.com>2017-04-01 01:21:32 +0000
committerQuentin Colombet <qcolombet@apple.com>2017-04-01 01:21:32 +0000
commitb43da15602e271ff8a3bbcf2f2d16378e31bc76c (patch)
tree69d7e5ebccee2867af3286628f602ab4725d700f /llvm/lib/CodeGen/SelectionDAG
parent3c40b366c558e903dcb385718cf32fa6904e5140 (diff)
downloadbcm5719-llvm-b43da15602e271ff8a3bbcf2f2d16378e31bc76c.tar.gz
bcm5719-llvm-b43da15602e271ff8a3bbcf2f2d16378e31bc76c.zip
Instrument SDISel C++ patterns
llvm-svn: 299284
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
index 488c60a28ff..c3b88459de8 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
@@ -371,7 +371,6 @@ static Printable PrintNodeId(const SDNode &Node) {
LLVM_DUMP_METHOD void SDNode::dump() const { dump(nullptr); }
LLVM_DUMP_METHOD void SDNode::dump(const SelectionDAG *G) const {
print(dbgs(), G);
- dbgs() << '\n';
}
#endif
OpenPOWER on IntegriCloud