From 5d077f21b57b65d0fa70a83c0298892ca0f89cb1 Mon Sep 17 00:00:00 2001 From: Andrea Shepard <andrea@persephoneslair.org> Date: Wed, 30 Nov 2016 08:01:47 +0000 Subject: [PATCH] Remove finished TODO --- src/backends/llvm/llvm_suint.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/backends/llvm/llvm_suint.c b/src/backends/llvm/llvm_suint.c index 571d6b00..ed974e76 100644 --- a/src/backends/llvm/llvm_suint.c +++ b/src/backends/llvm/llvm_suint.c @@ -19,8 +19,6 @@ * - arena [in]: a value ref to an llvm_arenaptr to be used for the malloc * - r [in]: a value ref to the value to be used to this token * - mr_out [out]: the return value from make_result() - * - * TODO actually support TT_SINT, inputs other than 8 bit */ void h_llvm_make_tt_suint(HLLVMParserCompileContext *ctxt, -- GitLab