diff options
author | Chris Lattner <sabre@nondot.org> | 2003-11-12 17:58:09 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-11-12 17:58:09 +0000 |
commit | f58aefcb2063000cc865d24a9f6be387b1d9b7a1 (patch) | |
tree | 06d40332df15fde00b5d4bb45f7246f3a996cf59 /include/llvm/Analysis/DataStructure/DSGraph.h | |
parent | 413f1551cce8346c257c512215ada08f327d7e9e (diff) |
Add argument
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9921 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Analysis/DataStructure/DSGraph.h')
-rw-r--r-- | include/llvm/Analysis/DataStructure/DSGraph.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/llvm/Analysis/DataStructure/DSGraph.h b/include/llvm/Analysis/DataStructure/DSGraph.h index b7fdb10af5..3b1aff2396 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 |