qbe

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

commit ebaec26046c54995f597d2043e2d3b3a3413bc18
parent eae16f56ebede3dfbf584df5b3c968be0a8dfbab
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date:   Wed, 24 Feb 2016 12:37:21 -0500

do not print null offsets

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

diff --git a/lisc/emit.c b/lisc/emit.c @@ -257,6 +257,7 @@ 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;