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

Chris Lattner lattner at cs.uiuc.edu
Mon Mar 14 11:22:49 PST 2005



Changes in directory llvm/include/llvm/Analysis/DataStructure:

DSGraph.h updated: 1.88 -> 1.89
---
Log message:

Add a useful method.


---
Diffs of the changes:  (+4 -0)

 DSGraph.h |    4 ++++
 1 files changed, 4 insertions(+)


Index: llvm/include/llvm/Analysis/DataStructure/DSGraph.h
diff -u llvm/include/llvm/Analysis/DataStructure/DSGraph.h:1.88 llvm/include/llvm/Analysis/DataStructure/DSGraph.h:1.89
--- llvm/include/llvm/Analysis/DataStructure/DSGraph.h:1.88	Tue Feb 15 12:40:38 2005
+++ llvm/include/llvm/Analysis/DataStructure/DSGraph.h	Mon Mar 14 13:22:33 2005
@@ -376,6 +376,10 @@
                                  const DSNodeHandle &NH2, NodeMapTy &NodeMap,
                                  bool StrictChecking = true);
 
+  /// computeGlobalGraphMapping - Compute the mapping of nodes in the global
+  /// graph to nodes in this graph.
+  void computeGlobalGraphMapping(NodeMapTy &NodeMap);
+
 
   /// cloneInto - Clone the specified DSGraph into the current graph.  The
   /// translated ScalarMap for the old function is filled into the OldValMap






More information about the llvm-commits mailing list