forked from OSchip/llvm-project
parent
fcdab1b5f5
commit
f2b5817b1b
|
@ -123,7 +123,7 @@ public:
|
||||||
default: o << "UNKNOWN NODE TYPE: " << getNodeType() << "\n"; abort();
|
default: o << "UNKNOWN NODE TYPE: " << getNodeType() << "\n"; abort();
|
||||||
}
|
}
|
||||||
|
|
||||||
o << getValue();
|
o << *getValue();
|
||||||
if (!isa<Instruction>(getValue())) o << "\n";
|
if (!isa<Instruction>(getValue())) o << "\n";
|
||||||
|
|
||||||
for (unsigned i = 0; i < this->getNumChildren(); ++i)
|
for (unsigned i = 0; i < this->getNumChildren(); ++i)
|
||||||
|
|
Loading…
Reference in New Issue