compiler.cfg.stack-analysis: fix unit tests for useless-blocks renaming and ##no-tco instruction
parent
a3b21292b6
commit
7e3fa45512
|
@ -19,7 +19,7 @@ ERROR: last-insn-not-a-jump insn ;
|
|||
[ ##fixnum-add-tail? ]
|
||||
[ ##fixnum-sub-tail? ]
|
||||
[ ##fixnum-mul-tail? ]
|
||||
[ ##call? ]
|
||||
[ ##no-tco? ]
|
||||
} 1|| [ drop ] [ last-insn-not-a-jump ] if ;
|
||||
|
||||
ERROR: bad-loop-entry ;
|
||||
|
|
|
@ -3,7 +3,7 @@ compiler.cfg.predecessors compiler.cfg.stack-analysis
|
|||
compiler.cfg.instructions sequences kernel tools.test accessors
|
||||
sequences.private alien math combinators.private compiler.cfg
|
||||
compiler.cfg.checker compiler.cfg.rpo
|
||||
compiler.cfg.dce compiler.cfg.registers compiler.cfg.useless-blocks
|
||||
compiler.cfg.dce compiler.cfg.registers
|
||||
sets namespaces arrays cpu.architecture ;
|
||||
IN: compiler.cfg.stack-analysis.tests
|
||||
|
||||
|
|
Loading…
Reference in New Issue