Remove commented out stuff
authorChris Lattner <sabre@nondot.org>
Wed, 2 Oct 2002 22:14:17 +0000 (22:14 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 2 Oct 2002 22:14:17 +0000 (22:14 +0000)
DataStructure.h doesn't include DSGraph.h now

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4028 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/DataStructure.h
include/llvm/Analysis/DataStructure/DataStructure.h

index 9e081e72c5c236e6768f0e7661e7062ec3e6da68..404ddc8f47b2a9d51b95fcae5b4c06249303b076 100644 (file)
@@ -7,20 +7,10 @@
 #ifndef LLVM_ANALYSIS_DATA_STRUCTURE_H
 #define LLVM_ANALYSIS_DATA_STRUCTURE_H
 
-#include "llvm/Analysis/DSGraph.h"
 #include "llvm/Pass.h"
-#if 0
-#include "llvm/GlobalValue.h"
-#include "Support/HashExtras.h"
-#include "Support/hash_set"
-#include <set>
-#endif
 
 class Type;
-class GlobalValue;
-#if 0
-class GlobalDSGraph;           // A common graph for globals in a program 
-#endif
+class DSGraph;
 class LocalDataStructures;     // A collection of local graphs for a program
 class BUDataStructures;        // A collection of bu graphs for a program
 class TDDataStructures;        // A collection of td graphs for a program
@@ -68,7 +58,6 @@ public:
   }
 };
 
-#if 0
 // BUDataStructures - The analysis that computes the interprocedurally closed
 // data structure graphs for all of the functions in the program.  This pass
 // only performs a "Bottom Up" propogation (hence the name).
@@ -104,6 +93,7 @@ private:
 };
 
 
+#if 0
 // TDDataStructures - Analysis that computes new data structure graphs
 // for each function using the closed graphs for the callers computed
 // by the bottom-up pass.
index 9e081e72c5c236e6768f0e7661e7062ec3e6da68..404ddc8f47b2a9d51b95fcae5b4c06249303b076 100644 (file)
@@ -7,20 +7,10 @@
 #ifndef LLVM_ANALYSIS_DATA_STRUCTURE_H
 #define LLVM_ANALYSIS_DATA_STRUCTURE_H
 
-#include "llvm/Analysis/DSGraph.h"
 #include "llvm/Pass.h"
-#if 0
-#include "llvm/GlobalValue.h"
-#include "Support/HashExtras.h"
-#include "Support/hash_set"
-#include <set>
-#endif
 
 class Type;
-class GlobalValue;
-#if 0
-class GlobalDSGraph;           // A common graph for globals in a program 
-#endif
+class DSGraph;
 class LocalDataStructures;     // A collection of local graphs for a program
 class BUDataStructures;        // A collection of bu graphs for a program
 class TDDataStructures;        // A collection of td graphs for a program
@@ -68,7 +58,6 @@ public:
   }
 };
 
-#if 0
 // BUDataStructures - The analysis that computes the interprocedurally closed
 // data structure graphs for all of the functions in the program.  This pass
 // only performs a "Bottom Up" propogation (hence the name).
@@ -104,6 +93,7 @@ private:
 };
 
 
+#if 0
 // TDDataStructures - Analysis that computes new data structure graphs
 // for each function using the closed graphs for the callers computed
 // by the bottom-up pass.