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.
1 parent 379beab commit 195046aCopy full SHA for 195046a
lib/IRGen/IRGenFunction.h
@@ -76,7 +76,7 @@ class IRGenFunction {
76
OptimizationMode OptMode;
77
bool isPerformanceConstraint;
78
79
- llvm::Function *CurFn;
+ llvm::Function *const CurFn;
80
ModuleDecl *getSwiftModule() const;
81
SILModule &getSILModule() const;
82
Lowering::TypeConverter &getSILTypes() const;
0 commit comments