1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

Add argument

llvm-svn: 9921
This commit is contained in:
Chris Lattner 2003-11-12 17:58:09 +00:00
parent a6cb9e1ef2
commit fb07beec2c

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