[NFC] Push const IRGenOptions and SILOptions everywhere

This commit is contained in:
Robert Widmann
2020-01-10 11:22:31 -08:00
parent d63053d64e
commit bd57f14661
13 changed files with 77 additions and 75 deletions

View File

@@ -59,7 +59,7 @@ namespace {
/// A "minimal" class for querying IRGen.
struct IRGenContext {
IRGenOptions IROpts;
const IRGenOptions IROpts;
SILOptions SILOpts;
Lowering::TypeConverter TC;
std::unique_ptr<SILModule> SILMod;