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 d669247 + 22ef39a commit 4258267Copy full SHA for 4258267
lib/SILOptimizer/SemanticARC/Context.h
@@ -87,7 +87,7 @@ struct LLVM_LIBRARY_VISIBILITY Context {
87
Context(SILFunction &fn, bool onlyGuaranteedOpts, InstModCallbacks callbacks)
88
: fn(fn), deadEndBlocks(), lifetimeFrontier(),
89
addressToExhaustiveWriteListCache(constructCacheValue),
90
- onlyGuaranteedOpts(onlyGuaranteedOpts) {}
+ onlyGuaranteedOpts(onlyGuaranteedOpts), instModCallbacks(callbacks) {}
91
92
void verify() const;
93
0 commit comments