Skip to content

Commit f1e1c13

Browse files
authored
removes falls-through from unconditional branches in IR reification (#1451)
1 parent fecc058 commit f1e1c13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/bil/bil_ir.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,7 @@ module IR = struct
388388
jmp';
389389
]
390390
}
391+
| [jmp] when is_unconditional jmp -> x
391392
| jmps -> {x with jmps = goto ~tid dst :: jmps}
392393

393394
let appgraphs fst snd =

0 commit comments

Comments
 (0)