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

Chris Lattner lattner at cs.uiuc.edu
Wed Nov 6 00:20:01 PST 2002


Changes in directory llvm/include/llvm/Analysis:

DSGraph.h updated: 1.25 -> 1.26

---
Log message:

Remove stripscalars argument to cloneInto


---
Diffs of the changes:

Index: llvm/include/llvm/Analysis/DSGraph.h
diff -u llvm/include/llvm/Analysis/DSGraph.h:1.25 llvm/include/llvm/Analysis/DSGraph.h:1.26
--- llvm/include/llvm/Analysis/DSGraph.h:1.25	Sun Nov  3 15:27:46 2002
+++ llvm/include/llvm/Analysis/DSGraph.h	Wed Nov  6 00:18:56 2002
@@ -127,7 +127,7 @@
   DSNodeHandle cloneInto(const DSGraph &G,
                          std::map<Value*, DSNodeHandle> &OldValMap,
                          std::map<const DSNode*, DSNode*> &OldNodeMap,
-                         bool StripScalars = false, bool StripAllocas = false);
+                         bool StripAllocas = false);
 
 #if 0
   // cloneGlobalInto - Clone the given global node (or the node for the given





More information about the llvm-commits mailing list