Remove stripscalars argument to cloneInto

llvm-svn: 4561
This commit is contained in:
Chris Lattner 2002-11-06 06:18:56 +00:00
parent 304e29942d
commit f1d0314c32

View 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