compiler/arm/nlx,compiler/ir2tran: VOP NLX-ENTRY-MULTIPLE.
commit21d4633297c8b268da044431860172d822ad0bcf
authorAlastair Bridgewater <nyef@kana.lisphacker.com>
Fri, 2 Nov 2012 13:42:41 +0000 (2 09:42 -0400)
committerAlastair Bridgewater <nyef@kana.lisphacker.com>
Sat, 10 May 2014 19:08:41 +0000 (10 15:08 -0400)
tree893e570adcb0935837265d12b6524ee21a0be13c
parentabafd85934eb9ff1b67f074548767d2253f9df28
compiler/arm/nlx,compiler/ir2tran: VOP NLX-ENTRY-MULTIPLE.

  * This is used for CATCH and lexical NLX-entry points (BLOCK)
when the result is used in a multiple-value context (such as being
returned immediately or used in an MV-call).

  * VOP cribbed from the PPC backend, and the usage site
re-enabled.
src/compiler/arm/nlx.lisp
src/compiler/ir2tran.lisp