diff options
Diffstat (limited to 'include/llvm/Analysis/DataStructure.h')
-rw-r--r-- | include/llvm/Analysis/DataStructure.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/llvm/Analysis/DataStructure.h b/include/llvm/Analysis/DataStructure.h index d4e61db..c611574 100644 --- a/include/llvm/Analysis/DataStructure.h +++ b/include/llvm/Analysis/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. |