mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-11 07:18:44 +00:00
Remove stripscalars argument to cloneInto
llvm-svn: 4561
This commit is contained in:
parent
304e29942d
commit
f1d0314c32
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user