There was an error while loading. Please reload this page.
1 parent 11e3af0 commit a5235cbCopy full SHA for a5235cb
src/passes/Inlining.cpp
@@ -765,8 +765,8 @@ struct FunctionSplitter {
765
return InliningMode::Uninlineable;
766
}
767
} else {
768
- // This is an if without an else, and so the type is either none of
769
- // unreachable;
+ // This is an if without an else, and so the type is either none or
+ // unreachable, and we ruled out none before.
770
assert(iff->ifTrue->type == Type::unreachable);
771
772
0 commit comments