[hackers] [scc] [cc1] fix a type introduced in 73173f3 || Quentin Rameau
commit 98eeeac3fe653c93038753059c1d35cc59291145
Author: Quentin Rameau <quinq_AT_fifth.space>
AuthorDate: Fri Feb 3 18:00:03 2017 +0100
Commit: Quentin Rameau <quinq_AT_fifth.space>
CommitDate: Fri Feb 3 18:00:03 2017 +0100
[cc1] fix a type introduced in 73173f3
diff --git a/cc1/expr.c b/cc1/expr.c
index 8cd8b59..8dfd00b 100644
--- a/cc1/expr.c
+++ b/cc1/expr.c
_AT_@ -240,7 +240,6 @@ numericaluop(int op, Node *np)
if (op == OADD)
return np;
return simplify(op, np->type, np, NULL);
- return node(op, np->type, np, NULL);
}
/* TODO: check validity of types */
Received on Fri Feb 03 2017 - 18:00:45 CET
This archive was generated by hypermail 2.3.0
: Fri Feb 03 2017 - 18:12:19 CET