Change interface to this method a bit
authorChris Lattner <sabre@nondot.org>
Sat, 27 Nov 2004 18:37:04 +0000 (18:37 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 27 Nov 2004 18:37:04 +0000 (18:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18274 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/AliasSetTracker.h

index 7f974fd0634d6c2ff552507db6ec9d6fa509051f..cf8c558c128f89a4bac0ba37f4606e37e97a2878 100644 (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...