]> gitweb.factorcode.org Git - factor.git/commitdiff
typo in convert-to-fill-vector?
authorJoe Groff <arcata@gmail.com>
Wed, 7 Oct 2009 17:53:10 +0000 (12:53 -0500)
committerJoe Groff <arcata@gmail.com>
Wed, 7 Oct 2009 17:53:10 +0000 (12:53 -0500)
basis/compiler/cfg/representations/representations.factor

index 2ff293ce5cd71a52ce9f717c5a78c150e665af05..42059f4152f1a18b4379425f3969f98d3e019a42 100644 (file)
@@ -236,7 +236,7 @@ M: ##phi conversions-for-insn
 : convert-to-fill-vector? ( insn -- ? )
     {
         [ dst>> rep-of vector-rep? ]
-        [ obj>> B{ 255 255 255 255  255 255 255 255  255 255 255 255  255 255 255 } = ]
+        [ obj>> B{ 255 255 255 255  255 255 255 255  255 255 255 255  255 255 255 255 } = ]
     } 1&& ;
 
 : (convert-to-zero/fill-vector) ( insn -- dst rep )