diff options
author | Chris Lattner <sabre@nondot.org> | 2005-03-15 00:58:16 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-03-15 00:58:16 +0000 |
commit | b0f92e3ed3778dfaa9511b6c0edb6dae97fe894f (patch) | |
tree | 602d7aa3c56ffb37e3b4a71fb227524aff20cd13 /lib/Analysis/DataStructure/EquivClassGraphs.cpp | |
parent | e44858049210c84356af85007783149c13de42d6 (diff) |
rename method, add counterpart
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20593 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/DataStructure/EquivClassGraphs.cpp')
-rw-r--r-- | lib/Analysis/DataStructure/EquivClassGraphs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/DataStructure/EquivClassGraphs.cpp b/lib/Analysis/DataStructure/EquivClassGraphs.cpp index 58aaf2e2a5..4ada4dcca5 100644 --- a/lib/Analysis/DataStructure/EquivClassGraphs.cpp +++ b/lib/Analysis/DataStructure/EquivClassGraphs.cpp @@ -49,7 +49,7 @@ static void CheckAllGraphs(Module *M, GT &ECGraphs) { continue; // Only check a graph once. DSGraph::NodeMapTy GlobalsGraphNodeMapping; - G.computeGlobalGraphMapping(GlobalsGraphNodeMapping); + G.computeGToGGMapping(GlobalsGraphNodeMapping); } } #endif |