typo in convert-to-fill-vector?
parent
47cfb7d3a5
commit
fd6f370119
|
@ -236,7 +236,7 @@ M: ##phi conversions-for-insn
|
||||||
: convert-to-fill-vector? ( insn -- ? )
|
: convert-to-fill-vector? ( insn -- ? )
|
||||||
{
|
{
|
||||||
[ dst>> rep-of vector-rep? ]
|
[ 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&& ;
|
} 1&& ;
|
||||||
|
|
||||||
: (convert-to-zero/fill-vector) ( insn -- dst rep )
|
: (convert-to-zero/fill-vector) ( insn -- dst rep )
|
||||||
|
|
Loading…
Reference in New Issue