Remove stripscalars argument to cloneInto

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4561 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-11-06 06:18:56 +00:00
parent ef5af99195
commit 4268c93b00
2 changed files with 2 additions and 2 deletions

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

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