compiler.cfg.*: indentation fixes

locals-and-roots
Björn Lindqvist 2016-03-27 19:07:21 +02:00
parent 7038e8a55e
commit 63ef600aa3
2 changed files with 34 additions and 34 deletions

View File

@ -819,19 +819,19 @@ UNION: allocation-insn
##box-displaced-alien ; ##box-displaced-alien ;
UNION: conditional-branch-insn UNION: conditional-branch-insn
##compare-branch ##compare-branch
##compare-imm-branch ##compare-imm-branch
##compare-integer-branch ##compare-integer-branch
##compare-integer-imm-branch ##compare-integer-imm-branch
##test-branch ##test-branch
##test-imm-branch ##test-imm-branch
##compare-float-ordered-branch ##compare-float-ordered-branch
##compare-float-unordered-branch ##compare-float-unordered-branch
##test-vector-branch ##test-vector-branch
##check-nursery-branch ##check-nursery-branch
##fixnum-add ##fixnum-add
##fixnum-sub ##fixnum-sub
##fixnum-mul ; ##fixnum-mul ;
! For alias analysis ! For alias analysis
UNION: read-insn ##slot ##slot-imm ##vm-field ##alien-global ; UNION: read-insn ##slot ##slot-imm ##vm-field ##alien-global ;
@ -858,23 +858,23 @@ TUPLE: gc-map scrub-d scrub-r gc-roots derived-roots ;
! Instructions that clobber registers. They receive inputs and ! Instructions that clobber registers. They receive inputs and
! produce outputs in spill slots. ! produce outputs in spill slots.
UNION: hairy-clobber-insn UNION: hairy-clobber-insn
##call-gc ##call-gc
alien-call-insn alien-call-insn
##callback-inputs ##callback-inputs
##callback-outputs ##callback-outputs
##unbox-long-long ; ##unbox-long-long ;
! Instructions that clobber registers but are allowed to produce ! Instructions that clobber registers but are allowed to produce
! outputs in registers. Inputs are in spill slots, except for ! outputs in registers. Inputs are in spill slots, except for
! inputs coalesced with the output, in which case that input ! inputs coalesced with the output, in which case that input
! will be in a register. ! will be in a register.
UNION: clobber-insn UNION: clobber-insn
hairy-clobber-insn hairy-clobber-insn
##unbox ##unbox
##box ##box
##box-long-long ; ##box-long-long ;
UNION: def-is-use-insn UNION: def-is-use-insn
##box-alien ##box-alien
##box-displaced-alien ##box-displaced-alien
##unbox-any-c-ptr ; ##unbox-any-c-ptr ;

View File

@ -73,17 +73,17 @@ SYMBOL: costs
] each ; inline ] each ; inline
UNION: inert-tag-untag-insn UNION: inert-tag-untag-insn
##add ##add
##sub ##sub
##and ##and
##or ##or
##xor ##xor
##min ##min
##max ; ##max ;
UNION: inert-arithmetic-tag-untag-insn UNION: inert-arithmetic-tag-untag-insn
##add-imm ##add-imm
##sub-imm ; ##sub-imm ;
UNION: inert-bitwise-tag-untag-insn UNION: inert-bitwise-tag-untag-insn
##and-imm ##and-imm