mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-14 15:39:00 +00:00
Make SDNode::dump() print a newline at the end.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109234 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
04577efaf2
commit
7c98283f0e
@ -5874,6 +5874,7 @@ std::string ISD::ArgFlagsTy::getArgFlagsString() {
|
||||
void SDNode::dump() const { dump(0); }
|
||||
void SDNode::dump(const SelectionDAG *G) const {
|
||||
print(dbgs(), G);
|
||||
dbgs() << '\n';
|
||||
}
|
||||
|
||||
void SDNode::print_types(raw_ostream &OS, const SelectionDAG *G) const {
|
||||
|
Loading…
Reference in New Issue
Block a user