Print collapsed to match the paper
authorChris Lattner <sabre@nondot.org>
Wed, 2 Jul 2003 04:39:27 +0000 (04:39 +0000)
committerChris 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

index 2af4df5bc9b55ade1b8a253017c791898a51aafd..87fc1f76cc9344dcbbc9e2d59f4d99b4a17b0fc7 100644 (file)
@@ -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())