commit c1adb055de5d65842866e689754e16a2eae4d386
parent c9d110fd1ff4bd8c38e94c36622f5289347e25a1
Author: Drew DeVault <sir@cmpwn.com>
Date: Sun, 25 Jul 2021 09:02:56 +0200
gen: remove obsolete TODO
This has been audited
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/genutil.c b/src/genutil.c
@@ -102,7 +102,6 @@ load_temp(struct gen_context *ctx,
struct qbe_value *out,
const struct gen_temp *temp)
{
- // TODO: Audit me
const struct qbe_type *qtype = qtype_lookup(ctx, temp->type, true);
assert(qtype->stype != Q__VOID);