[llvm-commits] CVS: llvm/include/llvm/Analysis/DataStructure/EquivClassGraphs.h
Chris Lattner
lattner at cs.uiuc.edu
Sat Mar 12 04:08:56 PST 2005
Changes in directory llvm/include/llvm/Analysis/DataStructure:
EquivClassGraphs.h updated: 1.14 -> 1.15
---
Log message:
remove this from the PA namespace, leaving it in the llvm ns
---
Diffs of the changes: (+2 -7)
EquivClassGraphs.h | 9 ++-------
1 files changed, 2 insertions(+), 7 deletions(-)
Index: llvm/include/llvm/Analysis/DataStructure/EquivClassGraphs.h
diff -u llvm/include/llvm/Analysis/DataStructure/EquivClassGraphs.h:1.14 llvm/include/llvm/Analysis/DataStructure/EquivClassGraphs.h:1.15
--- llvm/include/llvm/Analysis/DataStructure/EquivClassGraphs.h:1.14 Thu Mar 10 18:00:56 2005
+++ llvm/include/llvm/Analysis/DataStructure/EquivClassGraphs.h Sat Mar 12 06:08:44 2005
@@ -23,11 +23,9 @@
#include <ext/hash_map>
namespace llvm {
+ class Module;
+ class Function;
-class Module;
-class Function;
-
-namespace PA {
/// EquivClassGraphs - This is the same as the complete bottom-up graphs, but
/// with functions partitioned into equivalence classes and a single merged
/// DS graph for all functions in an equivalence class. After this merging,
@@ -106,7 +104,4 @@
DSGraph &getOrCreateGraph(Function &F);
};
-
-}; // end PA namespace
-
}; // end llvm namespace
More information about the llvm-commits
mailing list