Fix linear scan test

db4
Slava Pestov 2008-10-12 18:40:10 -05:00
parent 8eacd0e58b
commit 749c77d6b1
1 changed files with 0 additions and 1 deletions

View File

@ -114,7 +114,6 @@ USING: math.private compiler.cfg.debugger ;
array
object
T{ vreg f int-regs 2 }
T{ vreg f int-regs 3 }
f
} clone
1array (linear-scan) first regs>> values all-equal?