diff options
author | Chris Lattner <sabre@nondot.org> | 2004-11-01 21:04:47 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-11-01 21:04:47 +0000 |
commit | dddc13f98693146ee34056231f748af3268a500c (patch) | |
tree | a8ae0fbb3bca57e4127bad993190989a31e60f9e /include | |
parent | fcb7d950bcf636f744c3f399a39210145889baba (diff) | |
download | external_llvm-dddc13f98693146ee34056231f748af3268a500c.zip external_llvm-dddc13f98693146ee34056231f748af3268a500c.tar.gz external_llvm-dddc13f98693146ee34056231f748af3268a500c.tar.bz2 |
Delete a dead method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17412 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/Analysis/DataStructure/EquivClassGraphs.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/Analysis/DataStructure/EquivClassGraphs.h b/include/llvm/Analysis/DataStructure/EquivClassGraphs.h index 281a1dd..94e250d 100644 --- a/include/llvm/Analysis/DataStructure/EquivClassGraphs.h +++ b/include/llvm/Analysis/DataStructure/EquivClassGraphs.h @@ -60,10 +60,6 @@ namespace PA { /// virtual bool runOnModule(Module &M); - /// getCBUDataStructures - Get the CompleteBUDataStructures object - /// - CompleteBUDataStructures *getCBUDataStructures() { return CBU; } - /// getDSGraph - Return the data structure graph for the specified function. /// This returns the folded graph. The folded graph is the same as the CBU /// graph iff the function is in a singleton equivalence class AND all its |