Fix for PR341

llvm-svn: 14846
This commit is contained in:
Chris Lattner 2004-07-15 02:50:38 +00:00
parent fcdab1b5f5
commit f2b5817b1b
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ public:
default: o << "UNKNOWN NODE TYPE: " << getNodeType() << "\n"; abort();
}
o << getValue();
o << *getValue();
if (!isa<Instruction>(getValue())) o << "\n";
for (unsigned i = 0; i < this->getNumChildren(); ++i)