1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

Rename method, add counterpart.

llvm-svn: 20592
This commit is contained in:
Chris Lattner 2005-03-15 00:58:09 +00:00
parent fe56642977
commit eb2e04e812

View File

@ -376,9 +376,15 @@ public:
const DSNodeHandle &NH2, NodeMapTy &NodeMap,
bool StrictChecking = true);
/// computeGlobalGraphMapping - Compute the mapping of nodes in the global
/// computeGGToGMapping - Compute the mapping of nodes in the global
/// graph to nodes in this graph.
void computeGlobalGraphMapping(NodeMapTy &NodeMap);
void computeGGToGMapping(NodeMapTy &NodeMap);
/// computeGToGGMapping - Compute the mapping of nodes in the graph to nodes
/// in the globals graph. Note that any uses of this method are probably
/// bugs, unless it is known that the globals graph has been merged into this
/// graph!
void computeGToGGMapping(NodeMapTy &NodeMap);
/// cloneInto - Clone the specified DSGraph into the current graph. The