diff options
author | Chris Lattner <sabre@nondot.org> | 2004-11-27 18:37:04 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-11-27 18:37:04 +0000 |
commit | 276636c93b35786d5719e2eda335c79d38d92632 (patch) | |
tree | 1d10607235395ad1704fe891013d04090749d666 /include | |
parent | 646641e02ccf513f76fa84d7cc3edaa9f99f2ab4 (diff) | |
download | external_llvm-276636c93b35786d5719e2eda335c79d38d92632.zip external_llvm-276636c93b35786d5719e2eda335c79d38d92632.tar.gz external_llvm-276636c93b35786d5719e2eda335c79d38d92632.tar.bz2 |
Change interface to this method a bit
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18274 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/Analysis/AliasSetTracker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Analysis/AliasSetTracker.h b/include/llvm/Analysis/AliasSetTracker.h index 7f974fd..cf8c558 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... |