diff options
Diffstat (limited to 'include/llvm')
-rw-r--r-- | include/llvm/Analysis/DataStructure/EquivClassGraphs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/Analysis/DataStructure/EquivClassGraphs.h b/include/llvm/Analysis/DataStructure/EquivClassGraphs.h index 8a4b9e2..320513f 100644 --- a/include/llvm/Analysis/DataStructure/EquivClassGraphs.h +++ b/include/llvm/Analysis/DataStructure/EquivClassGraphs.h @@ -151,8 +151,6 @@ namespace PA { DSGraph &getOrCreateGraph(Function &F); - DSGraph* cloneGraph(Function &F); - bool hasFoldedGraph(const Function& F) const { hash_map<const Function*, DSGraph*>::const_iterator I = FoldedGraphsMap.find(const_cast<Function*>(&F)); |