aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Matz <matz@suse.de>2017-02-20 01:39:48 +0100
committerMichael Matz <matz@suse.de>2017-05-02 03:07:36 +0200
commit10551d6961f84f9b3c19441f0d3c7db666f07675 (patch)
treeffd22294365c2dce70e731354f84175ba5940252
parenta8b83ce43a95fa519dacfe7690a3a0098af7909c (diff)
downloadtinycc-10551d6961f84f9b3c19441f0d3c7db666f07675.tar.gz
tinycc-10551d6961f84f9b3c19441f0d3c7db666f07675.tar.bz2
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.
-rw-r--r--il-gen.c2
1 files changed, 2 insertions, 0 deletions
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