scc

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

commit 22cf5f359c72a686088b6ed5f3794077f6d4e42b
parent 364950e4a09d5d430df43d7ab49f328e285f09fe
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);