scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit 6c9e5fb095694abd416c9e19e001a672eb593b05
parent ea128fec0a7ee10a849cab1876ce1641ffc1f340
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Fri, 20 Jan 2017 10:01:38 +0100

[cc2-qbe] Small stylistic change

np->left == l

Diffstat:
Mcc2/arch/qbe/cgen.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cc2/arch/qbe/cgen.c b/cc2/arch/qbe/cgen.c @@ -552,7 +552,7 @@ rhs(Node *np, Node *ret) code(op, ret, &aux1, &aux2); return ret; case OCALL: - if (np->left->op == OPTR) + if (l->op == OPTR) np = rhs(l, &aux1); return call(np, ret); case OCAST: