Allow deleting entry funs.
commit48e251be5a844480732edf8b698e8a62f4a111db
authorStas Boukarev <stassats@gmail.com>
Sun, 18 Feb 2018 18:34:21 +0000 (18 21:34 +0300)
committerStas Boukarev <stassats@gmail.com>
Sun, 18 Feb 2018 18:55:17 +0000 (18 21:55 +0300)
treef3635045a574edf6de394025a42568662dcf8ac5
parent3319f561a95326456858f5afdcf6dc28cc95c466
Allow deleting entry funs.

If a XEP produces an error and never calls its entry fun it'll be
deleted, but there was an AVER preventing that from happening and a
place that didn't expect deleted entry funs.
src/compiler/ctype.lisp
src/compiler/ir1util.lisp
tests/compiler-2.pure.lisp