mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-31 10:34:17 +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…
x
Reference in New Issue
Block a user