X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Fldstopt.c;h=4c29efa0cfb71bb4eb2d3bfdc95830166ffdb9b9;hb=f864dbddcf026827e85d49544abbb002841a5405;hp=9db928868eeb758c42f6779e48a79bb61285fbbf;hpb=d2f42558858d74563ce5827f8bfcc849da4ec9f9;p=libfirm diff --git a/ir/opt/ldstopt.c b/ir/opt/ldstopt.c index 9db928868..4c29efa0c 100644 --- a/ir/opt/ldstopt.c +++ b/ir/opt/ldstopt.c @@ -1256,8 +1256,7 @@ static int is_partially_same(ir_node *small, ir_node *large) return is_Conv(small) && get_Conv_op(small) == large && get_mode_size_bytes(sm) < get_mode_size_bytes(lm) && get_mode_arithmetic(sm) == irma_twos_complement - && get_mode_arithmetic(lm) == irma_twos_complement - && get_; + && get_mode_arithmetic(lm) == irma_twos_complement; } /* is_partially_same */ /**