Convert 'A && (!A || B)' to 'A || B' in various places.
authorNick Clifton <nickc@redhat.com>
Tue, 11 Aug 2015 08:49:18 +0000 (09:49 +0100)
committerNick Clifton <nickc@redhat.com>
Tue, 11 Aug 2015 08:49:18 +0000 (09:49 +0100)
commite66c3c2568fcfebc931bc18d35055c7f784133ce
tree7a0657f8087bea6ba333c4faee7b34c3cc8c2a0f
parentd29b2a1ece30514431861472d784ae8722816a4c
Convert 'A && (!A || B)' to 'A || B' in various places.

PR gas/18574
* config/tc-msp430.c (msp430_operands): Rewrite if statements to
remove redundant checks.
(md_apply_fix): Likewise.
gas/ChangeLog
gas/config/tc-msp430.c
This page took 0.033068 seconds and 4 git commands to generate.