diff options
author | Quentin Colombet <qcolombet@apple.com> | 2017-04-01 01:21:32 +0000 |
---|---|---|
committer | Quentin Colombet <qcolombet@apple.com> | 2017-04-01 01:21:32 +0000 |
commit | b43da15602e271ff8a3bbcf2f2d16378e31bc76c (patch) | |
tree | 69d7e5ebccee2867af3286628f602ab4725d700f /llvm/lib/CodeGen/SelectionDAG | |
parent | 3c40b366c558e903dcb385718cf32fa6904e5140 (diff) | |
download | bcm5719-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.cpp | 1 |
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 |