scc

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

commit 056b7ad0b618f1f41622629a7f30d408761e73ef
parent d913a96fcbfe9650f1f824283a87de6586a8efdb
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Tue, 16 Nov 2021 06:13:07 +0100

cc2/qbe: Remove obsolete TODO

This TODO is obselete because we already know that it is not
a valid case anymore.

Diffstat:
Msrc/cmd/cc/cc2/target/qbe/cgen.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/cmd/cc/cc2/target/qbe/cgen.c b/src/cmd/cc/cc2/target/qbe/cgen.c @@ -323,7 +323,6 @@ copy(Type *tp, Node *to, Node *from) op = (tp->flags & FLOATF) ? ASCOPYD : ASCOPYL; break; default: - /* TODO: Need to handle the general case */ abort(); } code(op, to, from, NULL);