mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-02 22:32:08 +00:00
Rename DataStructure to LocalDataStructures
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2873 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cd0b36fb07
commit
4c7b04508e
@ -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