diff options
-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 281a1ddc9c..94e250d188 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 |