With r295105, some 'noreturn' blocks (those that don't return and have no
successors) may be merged.
If such blocks' predecessors have different outgoing offset or register, don't
report an error in CFIInstrInserter verify().
Thanks to Vlad Tsyrklevich for reporting the issue.
Do you think we should add because we don't generate epilogues inside noreturn blocks to the comment? It might make it clearer on why the inconsistency is ok.