Commits

Michael Gottesman committed 5b1ebe12a92
Remove the case 'Invalid' from the TermKind enum and just use an unreachable in the ValueKind -> TermKind switch instead. In all of the cases where this is being used, we already immediately perform an unreachable if we find a TermKind::Invalid. So simplify the code and move it into the conversion switch itself.