Simplify EMIT-GENERIC-VOP.
authorStas Boukarev <stassats@gmail.com>
Mon, 24 Jun 2013 09:50:35 +0000 (13:50 +0400)
committerStas Boukarev <stassats@gmail.com>
Mon, 24 Jun 2013 09:50:35 +0000 (13:50 +0400)
commit092fae0666f1472c919b8ecf1a011d3869c0c6a5
tree5087474dd3f503e745109f8245e715d8187cf64b
parent6e8818015788c80c3705748bebada273ff70370e
Simplify EMIT-GENERIC-VOP.

Since there's only one kind of templates now, there's no need for
indirection. Rename EMIT-GENERIC-VOP to EMIT-VOP, remove EMIT-FUNCTION
slot from TEMPLATE, call EMIT-VOP directly.
src/assembly/assemfile.lisp
src/compiler/ir2opt.lisp
src/compiler/meta-vmdef.lisp
src/compiler/tn.lisp
src/compiler/vmdef.lisp
src/compiler/vop.lisp