aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorPaul Koning <ni1d@arrl.net>2010-10-29 16:42:20 -0400
committerPaul Koning <pkoning@gcc.gnu.org>2010-10-29 16:42:20 -0400
commit396acafd0d5d41157fd3bf5052735000f44786f0 (patch)
treeafbeac7be2432f1d7c28a0bfe1a2a7b32db9290e /gcc
parent8f808fc2779fe2888f478b37c68824cfa18eb3f9 (diff)
downloadgcc-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/ChangeLog4
-rw-r--r--gcc/config/pdp11/pdp11.md2
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"))