mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
IRGen for break/continue.
Swift SVN r2089
This commit is contained in:
@@ -663,7 +663,7 @@ static void popAndEmitTopCleanup(IRGenFunction &IGF,
|
||||
/// Remove all the dead cleanups on the top of the cleanup stack.
|
||||
static void popAndEmitTopDeadCleanups(IRGenFunction &IGF,
|
||||
DiverseStackImpl<Cleanup> &stack,
|
||||
IRGenFunction::CleanupsDepth end) {
|
||||
CleanupsDepth end) {
|
||||
stack.checkIterator(end);
|
||||
|
||||
while (stack.stable_begin() != end && stack.begin()->isDead()) {
|
||||
|
||||
Reference in New Issue
Block a user