Skip to content

Commit 8d3fa35

Browse files
committed
IRGen: Resolve a noisy -Wreorder-ctor warning.
1 parent 5d4e1d0 commit 8d3fa35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/AST/IRGenOptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ class IRGenOptions {
584584
ColocateTypeDescriptors(true), UseRelativeProtocolWitnessTables(false),
585585
UseFragileResilientProtocolWitnesses(false), EnableHotColdSplit(false),
586586
EmitAsyncFramePushPopMetadata(false), EmitYieldOnce2AsYieldOnce(true),
587-
UseProfilingMarkerThunks(false), AsyncFramePointerAll(false), CmdArgs(),
587+
AsyncFramePointerAll(false), UseProfilingMarkerThunks(false), CmdArgs(),
588588
SanitizeCoverage(llvm::SanitizerCoverageOptions()),
589589
TypeInfoFilter(TypeInfoDumpFilter::All),
590590
PlatformCCallingConvention(llvm::CallingConv::C), UseCASBackend(false),

0 commit comments

Comments
 (0)