drop the second argument to cloneInto, which is always the local scalar map.

llvm-svn: 20753
This commit is contained in:
Chris Lattner 2005-03-22 00:20:56 +00:00
parent 940600a185
commit d76fbaa604

View File

@ -454,7 +454,7 @@ public:
///
/// The CloneFlags member controls various aspects of the cloning process.
///
void cloneInto(const DSGraph &G, ScalarMapTy &OldValMap,
void cloneInto(const DSGraph &G,
ReturnNodesTy &OldReturnNodes, NodeMapTy &OldNodeMap,
unsigned CloneFlags = 0);