compiler.cfg.gvn.comparisons: missed a spot for with-available-uses?

db4
Alex Vondrak 2011-07-04 18:39:34 -07:00 committed by John Benediktsson
parent f75f99ecc9
commit 7de3ec13e5
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ UNION: general-compare-insn scalar-compare-insn ##test-vector ;
: rewrite-boolean-comparison? ( insn -- ? ) : rewrite-boolean-comparison? ( insn -- ? )
{ {
[ src1>> vreg>insn general-compare-insn? ] [ src1>> vreg>insn [ general-compare-insn? ] with-available-uses? ]
[ src2>> not ] [ src2>> not ]
[ cc>> cc/= eq? ] [ cc>> cc/= eq? ]
} 1&& ; inline } 1&& ; inline