diff options
author | Chris Lattner <sabre@nondot.org> | 2002-07-26 21:11:42 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-07-26 21:11:42 +0000 |
commit | 5d549083e2dc55cc1aa035f1069480d052717061 (patch) | |
tree | 4345130f5c7adf49f5a58dbf8d2d81327e79095e /include/llvm/Analysis/DataStructure/DataStructure.h | |
parent | 631149287eaf7aac4caee7666ad86ca0428c274c (diff) |
*** empty log message ***
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3111 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Analysis/DataStructure/DataStructure.h')
-rw-r--r-- | include/llvm/Analysis/DataStructure/DataStructure.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/llvm/Analysis/DataStructure/DataStructure.h b/include/llvm/Analysis/DataStructure/DataStructure.h index d4e61db64b..c611574ead 100644 --- a/include/llvm/Analysis/DataStructure/DataStructure.h +++ b/include/llvm/Analysis/DataStructure/DataStructure.h @@ -332,10 +332,6 @@ public: ~LocalDataStructures() { releaseMemory(); } - virtual const char *getPassName() const { - return "Local Data Structure Analysis"; - } - virtual bool run(Module &M); // getDSGraph - Return the data structure graph for the specified function. @@ -371,10 +367,6 @@ public: ~BUDataStructures() { releaseMemory(); } - virtual const char *getPassName() const { - return "Bottom-Up Data Structure Analysis Closure"; - } - virtual bool run(Module &M); // getDSGraph - Return the data structure graph for the specified function. |