projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cd0484
)
Print collapsed to match the paper
author
Chris Lattner
<sabre@nondot.org>
Wed, 2 Jul 2003 04:39:27 +0000
(
04:39
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Wed, 2 Jul 2003 04:39:27 +0000
(
04:39
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7063
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Analysis/DataStructure/Printer.cpp
patch
|
blob
|
history
diff --git
a/lib/Analysis/DataStructure/Printer.cpp
b/lib/Analysis/DataStructure/Printer.cpp
index 2af4df5bc9b55ade1b8a253017c791898a51aafd..87fc1f76cc9344dcbbc9e2d59f4d99b4a17b0fc7 100644
(file)
--- a/
lib/Analysis/DataStructure/Printer.cpp
+++ b/
lib/Analysis/DataStructure/Printer.cpp
@@
-36,7
+36,7
@@
static std::string getCaption(const DSNode *N, const DSGraph *G) {
M = G->getReturnNodes().begin()->first->getParent();
if (N->isNodeCompletelyFolded())
- OS << "
FOLD
ED";
+ OS << "
COLLAPS
ED";
else {
WriteTypeSymbolic(OS, N->getType(), M);
if (N->isArray())