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 | 26415d743286b58c190a811cf4ae21c116e1c81b (patch) | |
tree | e23534f5ed8c2bf5e1e03b1583ad33df30269749 /llvm/lib/Analysis/DataStructure/EquivClassGraphs.cpp | |
parent | 9468d19ce9c566766b772f26d62b52aae300d13f (diff) | |
download | bcm5719-llvm-26415d743286b58c190a811cf4ae21c116e1c81b.tar.gz bcm5719-llvm-26415d743286b58c190a811cf4ae21c116e1c81b.zip |
rename method, add counterpart
llvm-svn: 20593
Diffstat (limited to 'llvm/lib/Analysis/DataStructure/EquivClassGraphs.cpp')
-rw-r--r-- | llvm/lib/Analysis/DataStructure/EquivClassGraphs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/DataStructure/EquivClassGraphs.cpp b/llvm/lib/Analysis/DataStructure/EquivClassGraphs.cpp index 58aaf2e2a5e..4ada4dcca5e 100644 --- a/llvm/lib/Analysis/DataStructure/EquivClassGraphs.cpp +++ b/llvm/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 |