]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/pdp11/pdp11.md (*and<mode>): Rename to *bic<mode>.
authorPaul Koning <ni1d@arrl.net>
Fri, 29 Oct 2010 20:42:20 +0000 (16:42 -0400)
committerPaul Koning <pkoning@gcc.gnu.org>
Fri, 29 Oct 2010 20:42:20 +0000 (16:42 -0400)
From-SVN: r166076

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

index 8f75b0de201a2791644b1804e166e4b9122ff2c0..af703343b63f36e4e2c87d5679614c3a927dd195 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 4c8cd8e7cc528576bfdbe42c52cae7bf37fa3f34..d37fe541289d87a1ef23a1ed1e18e032008b397c 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"))