Skip to content

Commit a5235cb

Browse files
authored
[NFC] Fix typo in Inlining (#6187)
1 parent 11e3af0 commit a5235cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/passes/Inlining.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -765,8 +765,8 @@ struct FunctionSplitter {
765765
return InliningMode::Uninlineable;
766766
}
767767
} else {
768-
// This is an if without an else, and so the type is either none of
769-
// unreachable;
768+
// This is an if without an else, and so the type is either none or
769+
// unreachable, and we ruled out none before.
770770
assert(iff->ifTrue->type == Type::unreachable);
771771
}
772772
}

0 commit comments

Comments
 (0)