typo in convert-to-fill-vector?

db4
Joe Groff 2009-10-07 12:53:10 -05:00
parent 47cfb7d3a5
commit fd6f370119
1 changed files with 1 additions and 1 deletions

View 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 )