Removing two unused words in compiler.cfg.two-operand

db4
Daniel Ehrenberg 2009-07-16 22:59:38 -05:00
parent 3ca5665ad6
commit 8ea2996438
1 changed files with 0 additions and 4 deletions

View File

@ -11,10 +11,6 @@ IN: compiler.cfg.two-operand
! since x86 has LEA and IMUL instructions which are effectively
! three-operand addition and multiplication, respectively.
: make-copy ( dst src -- insn ) \ ##copy new-insn ; inline
: make-copy/float ( dst src -- insn ) \ ##copy-float new-insn ; inline
: convert-two-operand/integer ( insn -- )
[ [ dst>> ] [ src1>> ] bi ##copy ]
[ dup dst>> >>src1 , ]