diff options
author | Chris Lattner <sabre@nondot.org> | 2004-11-01 19:54:06 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-11-01 19:54:06 +0000 |
commit | 68f9658fcb8941a67ee33696428b4a28585e6cd5 (patch) | |
tree | 77cfa4a00f9a04eccb9eff7a34ab2275af522b03 /include/llvm | |
parent | 936e5ca38b1d6557d2cafd6d8021c23548b8c784 (diff) | |
download | external_llvm-68f9658fcb8941a67ee33696428b4a28585e6cd5.zip external_llvm-68f9658fcb8941a67ee33696428b4a28585e6cd5.tar.gz external_llvm-68f9658fcb8941a67ee33696428b4a28585e6cd5.tar.bz2 |
Eliminate the cloneGraph method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17405 91177308-0d34-0410-b5e6-96231b3b80d8
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)); |