ref: be4a2c8631c6401c37a7caf59d5bd476d2a5a125
parent: 7dbe07d804e83477fa7231567c09f74612f6aa39
author: Quentin Rameau <quinq@fifth.space>
date: Fri Feb 3 13:00:03 EST 2017
[cc1] fix a type introduced in 73173f3
--- a/cc1/expr.c
+++ b/cc1/expr.c
@@ -240,7 +240,6 @@
if (op == OADD)
return np;
return simplify(op, np->type, np, NULL);
- return node(op, np->type, np, NULL);
}
/* TODO: check validity of types */