mirror of
git://c9x.me/qbe.git
synced 2026-04-06 10:29:46 +00:00
small simplification in seljmp
This commit is contained in:
parent
12cfd93e26
commit
2d5302df71
@ -286,11 +286,8 @@ seljmp(Blk *b, Fn *fn)
|
|||||||
case JRetc:
|
case JRetc:
|
||||||
assert(!"retc todo");
|
assert(!"retc todo");
|
||||||
case JRetw:
|
case JRetw:
|
||||||
w = 0;
|
|
||||||
if (0) {
|
|
||||||
case JRetl:
|
case JRetl:
|
||||||
w = 1;
|
w = b->jmp.type == JRetl;
|
||||||
}
|
|
||||||
b->jmp.type = JRet0;
|
b->jmp.type = JRet0;
|
||||||
r = b->jmp.arg;
|
r = b->jmp.arg;
|
||||||
b->jmp.arg = R;
|
b->jmp.arg = R;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user