OSDN Git Service

* config/pdp11/pdp11.md (*and<mode>): Rename to *bic<mode>.
authorpkoning <pkoning@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 Oct 2010 20:42:20 +0000 (20:42 +0000)
committerpkoning <pkoning@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 Oct 2010 20:42:20 +0000 (20:42 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166076 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/pdp11/pdp11.md

index 8f75b0d..af70334 100644 (file)
@@ -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>
index 4c8cd8e..d37fe54 100644 (file)
     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"))