SingleBlockImplicitTerminator: report the wrong terminator op found
In the trait verifier of SingleBlockImplicitTerminator, report the name of the unexpected terminator op found in the end of the block in addition to the name of the expected terminator op. This may simplify debugging, especially in cases where the terminator is omitted for brevity and/or after a long series of conversions. PiperOrigin-RevId: 259287452
Loading
Please sign in to comment