diff options
author | Paul Koning <ni1d@arrl.net> | 2010-10-29 16:42:20 -0400 |
---|---|---|
committer | Paul Koning <pkoning@gcc.gnu.org> | 2010-10-29 16:42:20 -0400 |
commit | 396acafd0d5d41157fd3bf5052735000f44786f0 (patch) | |
tree | afbeac7be2432f1d7c28a0bfe1a2a7b32db9290e /gcc | |
parent | 8f808fc2779fe2888f478b37c68824cfa18eb3f9 (diff) | |
download | gcc-396acafd0d5d41157fd3bf5052735000f44786f0.zip gcc-396acafd0d5d41157fd3bf5052735000f44786f0.tar.gz gcc-396acafd0d5d41157fd3bf5052735000f44786f0.tar.bz2 |
* config/pdp11/pdp11.md (*and<mode>): Rename to *bic<mode>.
From-SVN: r166076
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/pdp11/pdp11.md | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8f75b0d..af70334 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 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. 2010-10-29 Paul Koning <ni1d@arrl.net> diff --git a/gcc/config/pdp11/pdp11.md b/gcc/config/pdp11/pdp11.md index 4c8cd8e..d37fe54 100644 --- a/gcc/config/pdp11/pdp11.md +++ b/gcc/config/pdp11/pdp11.md @@ -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")) |