From 3e286dd14c002caacb81b6c04f12d45f906219d8 Mon Sep 17 00:00:00 2001 From: Irmen de Jong Date: Thu, 18 Mar 2021 19:30:00 +0100 Subject: [PATCH] move test --- {examples => compiler/test/arithmetic}/testforloops.p8 | 0 docs/source/todo.rst | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {examples => compiler/test/arithmetic}/testforloops.p8 (100%) diff --git a/examples/testforloops.p8 b/compiler/test/arithmetic/testforloops.p8 similarity index 100% rename from examples/testforloops.p8 rename to compiler/test/arithmetic/testforloops.p8 diff --git a/docs/source/todo.rst b/docs/source/todo.rst index a3c696024..764580732 100644 --- a/docs/source/todo.rst +++ b/docs/source/todo.rst @@ -2,7 +2,7 @@ TODO ==== -- add cx16 vload() +- add cx16 vload() and vsave() - optimize several inner loops in gfx2 - hoist all variable declarations up to the subroutine scope *before* even the constant folding takes place (to avoid undefined symbol errors when referring to a variable from another nested scope in the subroutine)