From 396acafd0d5d41157fd3bf5052735000f44786f0 Mon Sep 17 00:00:00 2001 From: Paul Koning Date: Fri, 29 Oct 2010 16:42:20 -0400 Subject: [PATCH] * config/pdp11/pdp11.md (*and): Rename to *bic. From-SVN: r166076 --- gcc/ChangeLog | 4 ++++ gcc/config/pdp11/pdp11.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8f75b0de201..af703343b63 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2010-10-29 Paul Koning + + * config/pdp11/pdp11.md (*and): Rename to *bic. + 2010-10-29 Paul Koning * config/pdp11/pdp11.md (divhi3, modhi3, divmodhi3): Fix ICE. diff --git a/gcc/config/pdp11/pdp11.md b/gcc/config/pdp11/pdp11.md index 4c8cd8e7cc5..d37fe541289 100644 --- a/gcc/config/pdp11/pdp11.md +++ b/gcc/config/pdp11/pdp11.md @@ -840,7 +840,7 @@ operands[1] = expand_unop (mode, one_cmpl_optab, op1, 0, 1); }") -(define_insn "*and" +(define_insn "*bic" [(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"))