compiler.cfg.linear-scan: more test fixes

db4
Slava Pestov 2009-07-29 07:04:52 -05:00
parent cb7735ddf4
commit cb36a40dc4
2 changed files with 1 additions and 6 deletions

View File

@ -1761,11 +1761,6 @@ test-diamond
[ ] [ { 1 2 } test-linear-scan-on-cfg ] unit-test
[ ] [
1 get instructions>> first regs>> V int-regs 0 swap at
2 get instructions>> first regs>> V int-regs 1 swap at assert=
] unit-test
! Not until splitting is finished
! [ _copy ] [ 3 get instructions>> second class ] unit-test

View File

@ -1,6 +1,6 @@
IN: compiler.cfg.linear-scan.resolve.tests
USING: compiler.cfg.linear-scan.resolve tools.test kernel namespaces
compiler.cfg.instructions cpu.architecture make
compiler.cfg.instructions cpu.architecture make sequences
compiler.cfg.linear-scan.allocation.state ;
[