From f58aefcb2063000cc865d24a9f6be387b1d9b7a1 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 12 Nov 2003 17:58:09 +0000 Subject: [PATCH] Add argument git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9921 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Analysis/DSGraph.h | 3 ++- include/llvm/Analysis/DataStructure/DSGraph.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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 -- 2.34.1