Skip to content

Commit bbdc5b1

Browse files
committed
[CSBindings] Account for API change: isCGFloatType -> isCGFloat
1 parent b3ad77f commit bbdc5b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Sema/CSBindings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -993,7 +993,7 @@ bool BindingSet::favoredOverDisjunction(Constraint *disjunction) const {
993993
if (CS.shouldAttemptFixes())
994994
return false;
995995

996-
if (type->isAnyHashable() || type->isDouble() || type->isCGFloatType())
996+
if (type->isAnyHashable() || type->isDouble() || type->isCGFloat())
997997
return false;
998998

999999
{

0 commit comments

Comments
 (0)