Add argument
authorChris Lattner <sabre@nondot.org>
Wed, 12 Nov 2003 17:58:09 +0000 (17:58 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 12 Nov 2003 17:58:09 +0000 (17:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9921 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/DSGraph.h
include/llvm/Analysis/DataStructure/DSGraph.h

index b7fdb10af50e9449cc1efb67d4852e68f9468130..3b1aff2396cf33650939082f5ef67c043407827d 100644 (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
index b7fdb10af50e9449cc1efb67d4852e68f9468130..3b1aff2396cf33650939082f5ef67c043407827d 100644 (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