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

Daniel Ehrenberg 2009-07-16 22:59:38 -05:00
parent 7884ddb55a
commit d63fd6c80e
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 ! since x86 has LEA and IMUL instructions which are effectively
! three-operand addition and multiplication, respectively. ! 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 -- ) : convert-two-operand/integer ( insn -- )
[ [ dst>> ] [ src1>> ] bi ##copy ] [ [ dst>> ] [ src1>> ] bi ##copy ]
[ dup dst>> >>src1 , ] [ dup dst>> >>src1 , ]