mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
SILOptimizer: Use BasicBlockData in the StackNesting utility
This commit is contained in:
@@ -1000,7 +1000,7 @@ runOnFunctionRecursively(SILOptFunctionBuilder &FuncBuilder, SILFunction *F,
|
||||
}
|
||||
|
||||
if (invalidatedStackNesting) {
|
||||
StackNesting().correctStackNesting(F);
|
||||
StackNesting::fixNesting(F);
|
||||
changedFunctions.insert(F);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user