Skip to content

Commit 195046a

Browse files
committed
[NFC] IRGen: Marked member const.
1 parent 379beab commit 195046a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/IRGen/IRGenFunction.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class IRGenFunction {
7676
OptimizationMode OptMode;
7777
bool isPerformanceConstraint;
7878

79-
llvm::Function *CurFn;
79+
llvm::Function *const CurFn;
8080
ModuleDecl *getSwiftModule() const;
8181
SILModule &getSILModule() const;
8282
Lowering::TypeConverter &getSILTypes() const;

0 commit comments

Comments
 (0)