We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bcb01ce + ee443d8 commit dcb3b9bCopy full SHA for dcb3b9b
include/swift/SIL/SILModule.h
@@ -395,9 +395,7 @@ class SILModule {
395
/// Action to be executed for serializing the SILModule.
396
ActionCallback SerializeSILAction;
397
398
-#ifndef NDEBUG
399
BasicBlockNameMapType basicBlockNames;
400
-#endif
401
402
SILModule(llvm::PointerUnion<FileUnit *, ModuleDecl *> context,
403
Lowering::TypeConverter &TC, const SILOptions &Options,
0 commit comments