Skip to content

Commit 4da65df

Browse files
authored
Use ASSERT instead of assert
1 parent b781005 commit 4da65df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILGen/SILGenLValue.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4572,7 +4572,7 @@ LValue SILGenLValue::visitABISafeConversionExpr(ABISafeConversionExpr *e,
45724572
if (lval.getTypeOfRValue().getASTType() != loweredSubExprType.getASTType()) {
45734573
// Logical components always re-abstract back to the substituted
45744574
// type.
4575-
assert(lval.isLastComponentPhysical());
4575+
ASSERT(lval.isLastComponentPhysical());
45764576
lval.addOrigToSubstComponent(loweredSubExprType);
45774577
}
45784578

0 commit comments

Comments
 (0)