forked from OSchip/llvm-project
parent
f88e8d9c12
commit
e6383ab55e
|
@ -263,7 +263,8 @@ public:
|
|||
/// the first to the second graph.
|
||||
///
|
||||
static void computeNodeMapping(const DSNodeHandle &NH1,
|
||||
const DSNodeHandle &NH2, NodeMapTy &NodeMap);
|
||||
const DSNodeHandle &NH2, NodeMapTy &NodeMap,
|
||||
bool StrictChecking = true);
|
||||
|
||||
|
||||
/// cloneInto - Clone the specified DSGraph into the current graph. The
|
||||
|
|
Loading…
Reference in New Issue