compiler.cfg.alias-analysis: fix ##compare where operands are copies
parent
2a4475f85e
commit
fb09d67936
|
@ -278,7 +278,7 @@ M: ##copy analyze-aliases*
|
|||
: useless-compare? ( insn -- ? )
|
||||
{
|
||||
[ cc>> cc= eq? ]
|
||||
[ [ src1>> vreg>ac ] [ src2>> vreg>ac ] bi = not ]
|
||||
[ [ src1>> ] [ src2>> ] bi [ resolve vreg>ac ] bi@ = not ]
|
||||
} 1&& ; inline
|
||||
|
||||
M: ##compare analyze-aliases*
|
||||
|
|
Loading…
Reference in New Issue