You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change source location of jump target in {table|lookup}switch
Before we considered the `code_switch_caset` to belong to the target instruction
which lead to uncoverable goals of the form:
IF condition 1 then GOTO 1
...
1: GOTO 2
ASSERT false // uncoverable block
...
2:
0 commit comments