scc

simple C compiler
git clone git://git.2f30.org/scc
Log | Files | Refs | README | LICENSE

commit b7dbd49918a0863c8e9117aa6c82523a27a28b97
parent cb298cbc11907baaac115e312d8a875420f2ecbf
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Tue,  7 Jun 2016 09:50:25 +0200

[cc2-qbe] Remove OPAR from the cgen() switch

We already implemented this operator, and it should not
happen ever in the switch, so it is better to remove it
and let that the default case handle it.

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

diff --git a/cc2/arch/qbe/cgen.c b/cc2/arch/qbe/cgen.c @@ -434,7 +434,6 @@ cgen(Node *np) load(np, LOADL|FORCE); return tmpnode(np); case OCPL: - case OPAR: case ONEG: case OINC: case ODEC: