Replace newly inserted fallthrough by jump.

This commit is contained in:
Nicolas B. Pierron
2019-07-04 19:38:45 +02:00
committed by Nicolas B. Pierron
parent 8bfdfbe68b
commit f431465802
14 changed files with 134 additions and 134 deletions

View File

@@ -217,7 +217,7 @@ ebb0(v0: i32):
ebb1(v4: i32, v5: i32, v6: i32):
brz v4, ebb3
fallthrough ebb2
jump ebb2
ebb2:
v7 = iadd v5, v6

View File

@@ -8,7 +8,7 @@ ebb0(v0: i32 [%rdi]):
[Op2seti_abcd#490,%rax] v1 = trueif eq v3
[RexOp2urm_noflags#4b6,%rax] v2 = bint.i32 v1
[Op1brib#70] brif eq v3, ebb1
[-] fallthrough ebb2
[Op1jmpb#eb] jump ebb2
ebb2:
[Op1ret#c3] return v2