[llvm-commits] CVS: llvm/include/llvm/Analysis/DSGraph.h

Chris Lattner lattner at cs.uiuc.edu
Wed Nov 12 11:59:10 PST 2003


Changes in directory llvm/include/llvm/Analysis:

DSGraph.h updated: 1.63 -> 1.64

---
Log message:

Add argument


---
Diffs of the changes:  (+2 -1)

Index: llvm/include/llvm/Analysis/DSGraph.h
diff -u llvm/include/llvm/Analysis/DSGraph.h:1.63 llvm/include/llvm/Analysis/DSGraph.h:1.64
--- llvm/include/llvm/Analysis/DSGraph.h:1.63	Tue Nov 11 16:41:30 2003
+++ llvm/include/llvm/Analysis/DSGraph.h	Wed Nov 12 11:58:09 2003
@@ -263,7 +263,8 @@
   /// 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





More information about the llvm-commits mailing list