From 47aa4bdcf62fff511153d37b5733d4b46b28d83d Mon Sep 17 00:00:00 2001 From: Luc Van Oostenryck Date: Fri, 15 May 2020 14:17:09 +0200 Subject: doc: remove done item from the TODO Signed-off-by: Luc Van Oostenryck --- Documentation/TODO.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Documentation/TODO.md b/Documentation/TODO.md index 31826df3..4344a1dc 100644 --- a/Documentation/TODO.md +++ b/Documentation/TODO.md @@ -24,12 +24,6 @@ Core - add the sym into a list and - recalculate the addressability before memops's SSA conversion * bool_ctype should be split into internal 1-bit / external 8-bit -* Previous declarations and the definition need to be merged. For example, - in the code here below, the function definition is **not** static: - ``` - static void foo(void); - void foo(void) { ... } - ``` Testsuite --------- -- cgit 1.2.3-korg