]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/cfg/linear-scan/linear-scan-tests.factor
compiler.cfg.*: lots of new unit tests
[factor.git] / basis / compiler / cfg / linear-scan / linear-scan-tests.factor
index 94a43dc28ac4f4576bda4b1711b1b0b3ee1aed02..6efbeb3e2bc962a794d0ed26dfb58dc7f0323ca5 100644 (file)
@@ -728,7 +728,6 @@ H{
 } representations set
 
 [ { 0 10 } ] [
-    H{ { int-regs { 0 1 } } } registers set
     H{
         { int-regs
           {
@@ -778,7 +777,7 @@ H{
         { ranges V{ T{ live-range f 8 10 } } }
         { uses V{ T{ vreg-use f 8 int-rep f } T{ vreg-use f 10 f int-rep } } }
     }
-    register-status
+    H{ { int-regs { 0 1 } } } register-status
 ] unit-test
 
 { t } [