diff options
| author | Quentin Carbonneaux <[email protected]> | 2016-04-20 09:47:38 -0400 |
|---|---|---|
| committer | Quentin Carbonneaux <[email protected]> | 2016-04-20 09:56:29 -0400 |
| commit | 657c3fa66b5700a1fde89fbd8c92cd9dc56eea3b (patch) | |
| tree | 3a26376d76d86df68f31abeadcc91b040a9bd921 /live.c | |
| parent | b7debc4e7f5d50a89214421a704864a30a291cdc (diff) | |
match jumps/ops with il text
Diffstat (limited to 'live.c')
| -rw-r--r-- | live.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -115,7 +115,7 @@ Again: for (k=0; k<2; k++) b->nlive[k] = nlv[k]; for (i=&b->ins[b->nins]; i!=b->ins;) { - if ((--i)->op == OCall && rtype(i->arg[1]) == RCall) { + if ((--i)->op == Ocall && rtype(i->arg[1]) == RCall) { b->in->t[0] &= ~retregs(i->arg[1], m); for (k=0; k<2; k++) nlv[k] -= m[k]; |
