Protect RECOGNIZE-DYNAMIC-EXTENT-LVARS from deleted code.
commit5c56eaa3d22b880823e1e8f3e0ac7176d259ed04
authorStas Boukarev <stassats@gmail.com>
Wed, 13 Jan 2016 16:48:50 +0000 (13 19:48 +0300)
committerStas Boukarev <stassats@gmail.com>
Wed, 13 Jan 2016 16:48:50 +0000 (13 19:48 +0300)
tree809eb5a3f9c1a20b7c22ea8282ecca48c98218e1
parent53b90c9e581012bc4de0aedf1995aab8bdb3c93d
Protect RECOGNIZE-DYNAMIC-EXTENT-LVARS from deleted code.

In the process of dx recognition a block may end up deleted and
node-ends-block doesn't like that.

Reported by Eric Marsden.
src/compiler/locall.lisp
tests/compiler.pure.lisp