mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge remote-tracking branch 'origin/main' into next
This commit is contained in:
@@ -133,6 +133,8 @@ private:
|
||||
public:
|
||||
AliasAnalysis(SILPassManager *PM) : PM(PM) {}
|
||||
|
||||
~AliasAnalysis();
|
||||
|
||||
static SILAnalysisKind getAnalysisKind() { return SILAnalysisKind::Alias; }
|
||||
|
||||
/// Perform an alias query to see if V1, V2 refer to the same values.
|
||||
|
||||
Reference in New Issue
Block a user