* config/pdp11/pdp11.md (*and<mode>): Rename to *bic<mode>.

From-SVN: r166076
This commit is contained in:
Paul Koning 2010-10-29 16:42:20 -04:00 committed by Paul Koning
parent 8f808fc277
commit 396acafd0d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-10-29 Paul Koning <ni1d@arrl.net>
* config/pdp11/pdp11.md (*and<mode>): Rename to *bic<mode>.
2010-10-29 Paul Koning <ni1d@arrl.net>
* config/pdp11/pdp11.md (divhi3, modhi3, divmodhi3): Fix ICE.

View File

@ -840,7 +840,7 @@
operands[1] = expand_unop (<MODE>mode, one_cmpl_optab, op1, 0, 1);
}")
(define_insn "*and<mode>"
(define_insn "*bic<mode>"
[(set (match_operand:PDPint 0 "general_operand" "=rR,rR,Q,Q")
(and:PDPint
(not: PDPint (match_operand:PDPint 1 "general_operand" "rR,Qi,rR,Qi"))