From 4c7b04508ef0069cbd0935aab5d69272a8675cc8 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 10 Jul 2002 22:42:53 +0000 Subject: [PATCH] Rename DataStructure to LocalDataStructures git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2873 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/analyze/analyze.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/analyze/analyze.cpp b/tools/analyze/analyze.cpp index 2d960e90a4a..02ee6457196 100644 --- a/tools/analyze/analyze.cpp +++ b/tools/analyze/analyze.cpp @@ -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 > }, // IP Analyses... - { printmodule , createPrintModulePass }, + { printmodule , createPrintModulePass }, { printusedtypes , New }, { callgraph , New }, - { datastructure , New }, + { datastructure , New }, { unsafepointertypes, New }, // Dominator analyses