mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-12 14:17:59 +00:00
Print collapsed to match the paper
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7063 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9cd0484251
commit
63899fab93
@ -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