mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-23 01:24:30 +00:00
remove this from the PA namespace, leaving it in the llvm ns
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20574 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -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 @@ namespace PA {
|
||||
|
||||
DSGraph &getOrCreateGraph(Function &F);
|
||||
};
|
||||
|
||||
}; // end PA namespace
|
||||
|
||||
}; // end llvm namespace
|
||||
|
Reference in New Issue
Block a user