From: Chris Lattner Date: Sat, 27 Nov 2004 18:37:04 +0000 (+0000) Subject: Change interface to this method a bit X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=276636c93b35786d5719e2eda335c79d38d92632;p=oota-llvm.git Change interface to this method a bit git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18274 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Analysis/AliasSetTracker.h b/include/llvm/Analysis/AliasSetTracker.h index 7f974fd0634..cf8c558c128 100644 --- a/include/llvm/Analysis/AliasSetTracker.h +++ b/include/llvm/Analysis/AliasSetTracker.h @@ -146,7 +146,7 @@ public: /// mergeSetIn - Merge the specified alias set into this alias set... /// - void mergeSetIn(AliasSet &AS); + void mergeSetIn(AliasSet &AS, AliasSetTracker &AST); // Alias Set iteration - Allow access to all of the pointer which are part of // this alias set...