diff options
author | Quentin Colombet <qcolombet@apple.com> | 2017-04-01 01:26:17 +0000 |
---|---|---|
committer | Quentin Colombet <qcolombet@apple.com> | 2017-04-01 01:26:17 +0000 |
commit | 35a47010b19427c05fb979d84209503daa4923c5 (patch) | |
tree | 008c5cad45bac3f5db81f7f0f859b1a583d87462 /llvm/lib/CodeGen | |
parent | 7f64318938cecbe53ee3ba59c79dd3b32cb7373b (diff) | |
download | bcm5719-llvm-35a47010b19427c05fb979d84209503daa4923c5.tar.gz bcm5719-llvm-35a47010b19427c05fb979d84209503daa4923c5.zip |
Revert "Instrument SDISel C++ patterns"
This reverts commit r299284.
Didn't intend to commit this :(
llvm-svn: 299286
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp index c3b88459de8..488c60a28ff 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp @@ -371,6 +371,7 @@ 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 |