mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Add a useful method.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20587 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e2bc7b2517
commit
62b2b22573
@ -376,6 +376,10 @@ public:
|
||||
const DSNodeHandle &NH2, NodeMapTy &NodeMap,
|
||||
bool StrictChecking = true);
|
||||
|
||||
/// computeGlobalGraphMapping - Compute the mapping of nodes in the global
|
||||
/// graph to nodes in this graph.
|
||||
void computeGlobalGraphMapping(NodeMapTy &NodeMap);
|
||||
|
||||
|
||||
/// cloneInto - Clone the specified DSGraph into the current graph. The
|
||||
/// translated ScalarMap for the old function is filled into the OldValMap
|
||||
|
Loading…
Reference in New Issue
Block a user