forked from OSchip/llvm-project
parent
0b61cdd191
commit
049d558988
|
@ -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())
|
||||
|
|
Loading…
Reference in New Issue