Remove stripscalars argument to cloneInto
authorChris Lattner <sabre@nondot.org>
Wed, 6 Nov 2002 06:18:56 +0000 (06:18 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 6 Nov 2002 06:18:56 +0000 (06:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4561 91177308-0d34-0410-b5e6-96231b3b80d8

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

index 278576f8ad05d8db36100c43b43a3428ee64875d..3891c0e70d3030b410865d953655f903bdd578b7 100644 (file)
@@ -127,7 +127,7 @@ public:
   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
index 278576f8ad05d8db36100c43b43a3428ee64875d..3891c0e70d3030b410865d953655f903bdd578b7 100644 (file)
@@ -127,7 +127,7 @@ public:
   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