Skip to content

Commit c18cd23

Browse files
committed
---
yaml --- r: 347343 b: refs/heads/master c: f865e52 h: refs/heads/master i: 347341: 7273a52 347339: f04c0d4 347335: 4d39c90 347327: 0299234
1 parent 5fe6f85 commit c18cd23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 36d8c65f535618aa7acf9d6d708ad13052789de5
2+
refs/heads/master: f865e52516a87776447732fb0535e2cd6f37246f
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea

trunk/stdlib/public/runtime/Metadata.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2690,8 +2690,8 @@ _swift_initClassMetadataImpl(ClassMetadata *self,
26902690

26912691
initClassFieldOffsetVector(self, numFields, fieldTypes, fieldOffsets);
26922692

2693-
#if SWIFT_OBJC_INTEROP
26942693
auto *description = self->getDescription();
2694+
#if SWIFT_OBJC_INTEROP
26952695
if (description->isGeneric()) {
26962696
assert(!description->hasObjCResilientClassStub());
26972697
initGenericObjCClass(self, numFields, fieldTypes, fieldOffsets);

0 commit comments

Comments
 (0)