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 ee1ed04 commit 99741b5Copy full SHA for 99741b5
src/passes/Inlining.cpp
@@ -1015,7 +1015,7 @@ struct FunctionSplitter {
1015
}
1016
// Finish the locals check mentioned above.
1017
if (finalItem) {
1018
- for (auto* get : FindAll<LocalSet>(finalItem).list) {
+ for (auto* get : FindAll<LocalGet>(finalItem).list) {
1019
if (writtenLocals.count(get->index)) {
1020
return InliningMode::Uninlineable;
1021
0 commit comments