diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-09-30 11:48:50 -0400 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-09-30 11:48:50 -0400 |
commit | 2d5c07fa4e9bf8ae4ee31652ef61fa4e2003b3e7 (patch) | |
tree | 8a804adf69eb3a701faa9a4537719c3715140715 /lisc | |
parent | 94597f72d9ae6f2ebf308714110e6aab38151481 (diff) | |
download | roux-2d5c07fa4e9bf8ae4ee31652ef61fa4e2003b3e7.tar.gz |
remove dead assignment
Diffstat (limited to 'lisc')
-rw-r--r-- | lisc/isel.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisc/isel.c b/lisc/isel.c index 1d060ce..9767a7a 100644 --- a/lisc/isel.c +++ b/lisc/isel.c @@ -660,7 +660,6 @@ isel(Fn *fn) curi = &insb[NIns]; for (i=&b->ins[b->nins]; i>b->ins;) { if ((--i)->op == OCall) { - i0 = i; for (i0=i; i0>b->ins; i0--) if ((i0-1)->op != OArg) if ((i0-1)->op != OArgc) |