From 10551d6961f84f9b3c19441f0d3c7db666f07675 Mon Sep 17 00:00:00 2001 From: Michael Matz Date: Mon, 20 Feb 2017 01:39:48 +0100 Subject: [PATCH] Clarify that the CIL target code is dead This backend doesn't work anymore since a long time. Don't remove it yet, it might be an inspiration. --- il-gen.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/il-gen.c b/il-gen.c index cf3aff5..40d7fbe 100644 --- a/il-gen.c +++ b/il-gen.c @@ -18,6 +18,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#error this code has bit-rotted since 2003 + /* number of available registers */ #define NB_REGS 3