mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
PGO: add support for checked_cast__br
This commit is contained in:
@@ -1665,7 +1665,7 @@ void PatternMatchEmission::emitIsDispatch(ArrayRef<RowToSpecialize> rows,
|
||||
assert(!SGF.B.hasValidInsertionPoint() && "did not end block");
|
||||
},
|
||||
// Failure block: branch out to the continuation block.
|
||||
[&] { (*innerFailure)(loc); });
|
||||
[&] { (*innerFailure)(loc); }, rows[0].Count);
|
||||
}
|
||||
|
||||
/// Perform specialized dispatch for a sequence of EnumElementPattern or an
|
||||
|
||||
Reference in New Issue
Block a user