mirror of
git://c9x.me/qbe.git
synced 2026-04-05 18:09:47 +00:00
remove dead assignment
This commit is contained in:
parent
94597f72d9
commit
2d5c07fa4e
@ -660,7 +660,6 @@ isel(Fn *fn)
|
|||||||
curi = &insb[NIns];
|
curi = &insb[NIns];
|
||||||
for (i=&b->ins[b->nins]; i>b->ins;) {
|
for (i=&b->ins[b->nins]; i>b->ins;) {
|
||||||
if ((--i)->op == OCall) {
|
if ((--i)->op == OCall) {
|
||||||
i0 = i;
|
|
||||||
for (i0=i; i0>b->ins; i0--)
|
for (i0=i; i0>b->ins; i0--)
|
||||||
if ((i0-1)->op != OArg)
|
if ((i0-1)->op != OArg)
|
||||||
if ((i0-1)->op != OArgc)
|
if ((i0-1)->op != OArgc)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user