qbe

Internal scc patchset buffer for QBE
Log | Files | Refs | README | LICENSE

commit d419274b04defd483edf1ea178a1d975f3b9f6f2
parent 7ff4186aa88118a0f3a7bcd2762db82d09a33bbc
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date:   Mon, 29 Feb 2016 11:28:07 -0500

revert buggy test in memory refs emission

Diffstat:
Mlisc/emit.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/lisc/emit.c b/lisc/emit.c @@ -257,7 +257,6 @@ Next: m->base = TMP(RBP); } if (m->offset.type != CUndef) - if (m->offset.bits.i != 0) emitcon(&m->offset, f); if (req(m->base, R) && req(m->index, R)) break;