From a914c2c327075e4488a491878942016f5242aef6 Mon Sep 17 00:00:00 2001 From: pkoning Date: Fri, 29 Oct 2010 20:42:20 +0000 Subject: [PATCH] * config/pdp11/pdp11.md (*and): Rename to *bic. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166076 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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,5 +1,9 @@ 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. 2010-10-29 Paul Koning 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")) -- 2.11.4.GIT