]> gitweb.factorcode.org Git - factor.git/commitdiff
compiler.cfg.gvn.tests: ##phis now get converted into ##copy insns, so unit test...
authorAlex Vondrak <ajvondrak@csupomona.edu>
Thu, 9 Aug 2012 21:20:58 +0000 (14:20 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 12 Sep 2012 22:14:12 +0000 (15:14 -0700)
extra/compiler/cfg/gvn/gvn-tests.factor

index 21ed7204d38b879cc9bcf8245211c7d929c8f3a6..7e38c126b41574a0ec0d995ed932bdab4e38ba2a 100644 (file)
@@ -2806,7 +2806,7 @@ test-diamond
 
 [ t ] [ 1 get successors>> first 3 get eq? ] unit-test
 
-[ 1 ] [ 3 get instructions>> first inputs>> assoc-size ] unit-test
+[ t ] [ 3 get instructions>> first ##copy? ] unit-test
 
 V{ T{ ##prologue } T{ ##branch } } 0 test-bb