mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[PM] Change enum => enum class everywhere in the PM code. Additionally fix some typos.
Swift SVN r13507
This commit is contained in:
@@ -1584,7 +1584,7 @@ class DefiniteInitialization : public SILFunctionTrans {
|
||||
lowerRawSILOperations(F);
|
||||
DEBUG(F.verify());
|
||||
|
||||
PM->invalidateAllAnalysis(SILAnalysis::IK_All);
|
||||
PM->invalidateAllAnalysis(SILAnalysis::InvalidationKind::All);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user