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 b2b2780 commit 0dc9c84Copy full SHA for 0dc9c84
src/passes/Inlining.cpp
@@ -1262,6 +1262,9 @@ struct Inlining : public Pass {
1262
// FIXME DWARF updating does not handle local changes yet.
1263
bool invalidatesDWARF() override { return true; }
1264
1265
+ // We do this only where we inline, inside updateAfterInlining().
1266
+ bool requiresNonNullableLocalFixups() override { return false; }
1267
+
1268
// whether to optimize where we inline
1269
bool optimize = false;
1270
0 commit comments