From dddc13f98693146ee34056231f748af3268a500c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 1 Nov 2004 21:04:47 +0000 Subject: [PATCH] Delete a dead method git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17412 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Analysis/DataStructure/EquivClassGraphs.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/llvm/Analysis/DataStructure/EquivClassGraphs.h b/include/llvm/Analysis/DataStructure/EquivClassGraphs.h index 281a1ddc9c2..94e250d188a 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 -- 2.34.1