From: Chris Lattner Date: Wed, 12 Nov 2003 17:58:09 +0000 (+0000) Subject: Add argument X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f58aefcb2063000cc865d24a9f6be387b1d9b7a1;p=oota-llvm.git Add argument git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9921 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Analysis/DSGraph.h b/include/llvm/Analysis/DSGraph.h index b7fdb10af50..3b1aff2396c 100644 --- a/include/llvm/Analysis/DSGraph.h +++ b/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 diff --git a/include/llvm/Analysis/DataStructure/DSGraph.h b/include/llvm/Analysis/DataStructure/DSGraph.h index b7fdb10af50..3b1aff2396c 100644 --- a/include/llvm/Analysis/DataStructure/DSGraph.h +++ b/include/llvm/Analysis/DataStructure/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