Replace newly inserted fallthrough by jump.
This commit is contained in:
committed by
Nicolas B. Pierron
parent
8bfdfbe68b
commit
f431465802
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user