1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

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 95c5313776
commit a85502303e

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())