From e6383ab55e71609787ce4cbdd0230af1e8931627 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 12 Nov 2003 17:58:09 +0000 Subject: [PATCH] Add argument llvm-svn: 9921 --- llvm/include/llvm/Analysis/DSGraph.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/llvm/include/llvm/Analysis/DSGraph.h b/llvm/include/llvm/Analysis/DSGraph.h index b7fdb10af50e..3b1aff2396cf 100644 --- a/llvm/include/llvm/Analysis/DSGraph.h +++ b/llvm/include/llvm/Analysis/DSGraph.h @@ -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