mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
SwiftCompilerSources: move SIL-related Context APIs from Optimizer to the SIL module
This commit is contained in:
@@ -113,7 +113,7 @@ private struct StackProtectionOptimization {
|
||||
process(instruction: inst, in: function, mustFixStackNesting: &mustFixStackNesting, context)
|
||||
}
|
||||
if mustFixStackNesting {
|
||||
function.fixStackNesting(context)
|
||||
context.fixStackNesting(in: function)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user