Skip to content

Commit 63888e3

Browse files
committed
Update SWIFTMODULE_VERSION_MINOR comment
1 parent 798c0f5 commit 63888e3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/SILGen/SILGen.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1143,7 +1143,6 @@ void SILGenModule::emitFunctionDefinition(SILDeclRef constant, SILFunction *f) {
11431143
}
11441144

11451145
case SILDeclRef::Kind::PropertyWrappedFieldInitAccessor: {
1146-
11471146
auto *var = cast<VarDecl>(constant.getDecl());
11481147
auto loc = RegularLocation::getAutoGeneratedLocation(var);
11491148

lib/Serialization/ModuleFormat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const uint16_t SWIFTMODULE_VERSION_MAJOR = 0;
5959
/// it just ensures a conflict if two people change the module format.
6060
/// Don't worry about adhering to the 80-column limit for this line.
6161

62-
const uint16_t SWIFTMODULE_VERSION_MINOR = 959; // SILGlobalVariable markedAsUsed
62+
const uint16_t SWIFTMODULE_VERSION_MINOR = 959; // Removed assign_by_wrapper SILGen instruction
6363

6464
/// A standard hash seed used for all string hashes in a serialized module.
6565
///

0 commit comments

Comments
 (0)