qbe

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

commit 9db053d1b868b642c63bc7a324b78299756f6959
parent cbb0f5aa837f29f3152b794efd71e104c684244a
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date:   Tue, 22 Mar 2016 10:40:54 -0400

typo in isel (abi fuzzer)

Diffstat:
Mlisc/isel.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisc/isel.c b/lisc/isel.c @@ -312,7 +312,7 @@ Emit: val = (val + 15) & ~INT64_C(15); if (val < 0 || val > INT32_MAX) diag("isel: alloc too large"); - emit(OAlloc, Kl, i.to, getcon(val, fn), R); + emit(OSAlloc, Kl, i.to, getcon(val, fn), R); } else { /* r0 = (i.arg[0] + 15) & -16 */ r0 = newtmp("isel", Kl, fn);