Skip to content

Commit c66dbaf

Browse files
authored
Merge pull request #16214 from aschwaighofer/revert_temporary_non_fix_4.2
2 parents d5256ef + fc434d2 commit c66dbaf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/IRGen/GenValueWitness.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1144,8 +1144,7 @@ getAddrOfKnownValueWitnessTable(IRGenModule &IGM, CanType type) {
11441144
witnessSurrogate = C.TheUnknownObjectType;
11451145
break;
11461146
case ReferenceCounting::Bridge:
1147-
// FIXME: Temporarily disable this optimization (rdar://problem/39697747)
1148-
// witnessSurrogate = C.TheBridgeObjectType;
1147+
witnessSurrogate = C.TheBridgeObjectType;
11491148
break;
11501149
case ReferenceCounting::Error:
11511150
break;

0 commit comments

Comments
 (0)