drop the second argument to cloneInto, which is always the local scalar map.
authorChris Lattner <sabre@nondot.org>
Tue, 22 Mar 2005 00:20:56 +0000 (00:20 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 22 Mar 2005 00:20:56 +0000 (00:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20753 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/DataStructure/DSGraph.h

index a7ac6663eb49db01a9dee248eaf0b7511ec98e31..a0d06add3b9c584d5a507a86367bc5a2a8b3caa7 100644 (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);