Fix linear scan test
parent
8eacd0e58b
commit
749c77d6b1
|
@ -114,7 +114,6 @@ USING: math.private compiler.cfg.debugger ;
|
||||||
array
|
array
|
||||||
object
|
object
|
||||||
T{ vreg f int-regs 2 }
|
T{ vreg f int-regs 2 }
|
||||||
T{ vreg f int-regs 3 }
|
|
||||||
f
|
f
|
||||||
} clone
|
} clone
|
||||||
1array (linear-scan) first regs>> values all-equal?
|
1array (linear-scan) first regs>> values all-equal?
|
||||||
|
|
Loading…
Reference in New Issue