mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-04 02:24:29 +00:00
Change interface to this method a bit
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18274 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -146,7 +146,7 @@ public:
|
|||||||
|
|
||||||
/// mergeSetIn - Merge the specified alias set into this alias set...
|
/// 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
|
// Alias Set iteration - Allow access to all of the pointer which are part of
|
||||||
// this alias set...
|
// this alias set...
|
||||||
|
Reference in New Issue
Block a user