File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2720,7 +2720,7 @@ class TargetGenericRequirementDescriptor {
2720
2720
// / The conformance the param is constrained to use.
2721
2721
// /
2722
2722
// / Only valid if the requirement has SameConformance kind.
2723
- RelativeIndirectablePointer<TargetProtocolConformanceRecord <Runtime>,
2723
+ RelativeIndirectablePointer<TargetProtocolConformanceDescriptor <Runtime>,
2724
2724
/* nullable*/ false > Conformance;
2725
2725
2726
2726
// / The kind of layout constraint.
@@ -2758,7 +2758,7 @@ class TargetGenericRequirementDescriptor {
2758
2758
2759
2759
// / Retrieve the protocol conformance record for a SameConformance
2760
2760
// / requirement.
2761
- const TargetProtocolConformanceRecord <Runtime> *getConformance () const {
2761
+ const TargetProtocolConformanceDescriptor <Runtime> *getConformance () const {
2762
2762
assert (getKind () == GenericRequirementKind::SameConformance);
2763
2763
return Conformance;
2764
2764
}
You can’t perform that action at this time.
0 commit comments