Skip to content

Commit 931ab46

Browse files
committed
Remove unused call to constantFoldIsConcrete
1 parent e6ca03d commit 931ab46

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/SILOptimizer/Utils/ConstantFolding.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1194,9 +1194,6 @@ static SILValue constantFoldBuiltin(BuiltinInst *BI,
11941194
switch (Builtin.ID) {
11951195
default: break;
11961196

1197-
case BuiltinValueKind::IsConcrete:
1198-
return constantFoldIsConcrete(BI);
1199-
12001197
// Check and fold binary arithmetic with overflow.
12011198
#define BUILTIN(id, name, Attrs)
12021199
#define BUILTIN_BINARY_OPERATION_WITH_OVERFLOW(id, name, _, attrs, overload) \

0 commit comments

Comments
 (0)