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:
parent
95c5313776
commit
a85502303e
@ -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
Block a user