diff options
Diffstat (limited to 'include/llvm/Analysis/DataStructure/DSGraph.h')
-rw-r--r-- | include/llvm/Analysis/DataStructure/DSGraph.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/llvm/Analysis/DataStructure/DSGraph.h b/include/llvm/Analysis/DataStructure/DSGraph.h index a0d06add3b..d6e478841e 100644 --- a/include/llvm/Analysis/DataStructure/DSGraph.h +++ b/include/llvm/Analysis/DataStructure/DSGraph.h @@ -454,8 +454,7 @@ public: /// /// The CloneFlags member controls various aspects of the cloning process. /// - void cloneInto(const DSGraph &G, - ReturnNodesTy &OldReturnNodes, NodeMapTy &OldNodeMap, + void cloneInto(const DSGraph &G, NodeMapTy &OldNodeMap, unsigned CloneFlags = 0); /// getFunctionArgumentsForCall - Given a function that is currently in this |