Print collapsed to match the paper

llvm-svn: 7063
This commit is contained in:
Chris Lattner 2003-07-02 04:39:27 +00:00
parent 0b61cdd191
commit 049d558988
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ static std::string getCaption(const DSNode *N, const DSGraph *G) {
M = G->getReturnNodes().begin()->first->getParent();
if (N->isNodeCompletelyFolded())
OS << "FOLDED";
OS << "COLLAPSED";
else {
WriteTypeSymbolic(OS, N->getType(), M);
if (N->isArray())