Add argument

llvm-svn: 9921
This commit is contained in:
Chris Lattner 2003-11-12 17:58:09 +00:00
parent f88e8d9c12
commit e6383ab55e
1 changed files with 2 additions and 1 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