commit 3fa1dbda75aaf02f90d66c9a5261001838a0d2a5
parent 6a1d5b045462b11e22110e26b220c9ab76e2958c
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date: Fri, 12 Aug 2016 14:59:21 +0200
[cc2-qbe] Remove unused variable in cgen()
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cc2/arch/qbe/cgen.c b/cc2/arch/qbe/cgen.c
@@ -337,7 +337,7 @@ rhs(Node *np, Node *ret)
Node *
cgen(Node *np)
{
- Node ret, *aux, *next, *phi, *ifyes, *ifno;
+ Node ret, *aux, *next, *ifyes, *ifno;
setlabel(np->label);
switch (np->op) {