Change interface to this method a bit

llvm-svn: 18274
This commit is contained in:
Chris Lattner 2004-11-27 18:37:04 +00:00
parent 2c4161fc57
commit c57746a1e0

View File

@ -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...