Add argument

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9921 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-11-12 17:58:09 +00:00
parent 413f1551cc
commit f58aefcb20
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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