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:
@@ -337,7 +337,7 @@ class SILCodeMotion : public SILFunctionTrans {
|
||||
for (auto &BB : F)
|
||||
sinkCodeFromPredecessors(&BB);
|
||||
|
||||
PM->invalidateAllAnalisys(&F, SILAnalysis::IK_Instructions);
|
||||
PM->invalidateAllAnalysis(&F, SILAnalysis::InvalidationKind::Instructions);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user