[llvm-commits] CVS: llvm/include/llvm/Analysis/DataStructure/DSGraph.h
Chris Lattner
lattner at cs.uiuc.edu
Mon Mar 21 16:21:12 PST 2005
Changes in directory llvm/include/llvm/Analysis/DataStructure:
DSGraph.h updated: 1.101 -> 1.102
---
Log message:
drop the second argument to cloneInto, which is always the local scalar map.
---
Diffs of the changes: (+1 -1)
DSGraph.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/Analysis/DataStructure/DSGraph.h
diff -u llvm/include/llvm/Analysis/DataStructure/DSGraph.h:1.101 llvm/include/llvm/Analysis/DataStructure/DSGraph.h:1.102
--- llvm/include/llvm/Analysis/DataStructure/DSGraph.h:1.101 Mon Mar 21 18:09:36 2005
+++ llvm/include/llvm/Analysis/DataStructure/DSGraph.h Mon Mar 21 18:20:56 2005
@@ -454,7 +454,7 @@
///
/// The CloneFlags member controls various aspects of the cloning process.
///
- void cloneInto(const DSGraph &G, ScalarMapTy &OldValMap,
+ void cloneInto(const DSGraph &G,
ReturnNodesTy &OldReturnNodes, NodeMapTy &OldNodeMap,
unsigned CloneFlags = 0);
More information about the llvm-commits
mailing list