mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
Rename DataStructure to LocalDataStructures
llvm-svn: 2873
This commit is contained in:
parent
567a072523
commit
58fce6cc00
@ -54,7 +54,7 @@ static void printPass(PassType &P, ostream &O, Function &F) {
|
||||
// specialize the template here for them...
|
||||
//
|
||||
template<>
|
||||
static void printPass(DataStructure &P, ostream &O, Module &M) {
|
||||
static void printPass(LocalDataStructures &P, ostream &O, Module &M) {
|
||||
P.print(O, &M);
|
||||
}
|
||||
|
||||
@ -275,10 +275,10 @@ struct {
|
||||
{ exprs , Create<PrinterPass<Exprs> > },
|
||||
|
||||
// IP Analyses...
|
||||
{ printmodule , createPrintModulePass },
|
||||
{ printmodule , createPrintModulePass },
|
||||
{ printusedtypes , New<Pass, FindUsedTypes> },
|
||||
{ callgraph , New<Pass, CallGraph> },
|
||||
{ datastructure , New<Pass, DataStructure> },
|
||||
{ datastructure , New<Pass, LocalDataStructures> },
|
||||
{ unsafepointertypes, New<Pass, FindUnsafePointerTypes> },
|
||||
|
||||
// Dominator analyses
|
||||
|
Loading…
x
Reference in New Issue
Block a user