(extzvdi_internal1): Add attribute "compare".
authorDavid Edelsohn <edelsohn@gnu.org>
Wed, 13 Oct 2004 22:41:36 +0000 (22:41 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Wed, 13 Oct 2004 22:41:36 +0000 (18:41 -0400)
        (extzvdi_internal2): Same.

From-SVN: r89004

gcc/ChangeLog
gcc/config/rs6000/rs6000.md

index 2b867963f60f64e203141de28e279d26f63eedf5..dc013694fe9598b6e29a2b5d484a87bb507b8f8d 100644 (file)
@@ -3,6 +3,8 @@
        * config/rs6000/rs6000.md (andsi3): Add attribute "compare" for
        andi./andis.
        (anddi3): Same.
+       (extzvdi_internal1): Add attribute "compare".
+       (extzvdi_internal2): Same.
 
 2004-10-12  Tom Tromey  <tromey@redhat.com>
 
index 21f522ca023f95deb89ef8e7fb2d301acbf039f6..c3c885284e04c7a62dd1f9504a1f5ea53606886f 100644 (file)
     operands[3] = GEN_INT (start + size);
   operands[2] = GEN_INT (64 - size);
   return \"rldicl. %4,%1,%3,%2\";
-}")
+}"
+  [(set_attr "type" "compare")])
 
 (define_insn "*extzvdi_internal2"
   [(set (match_operand:CC 4 "gpc_reg_operand" "=x")
     operands[3] = GEN_INT (start + size);
   operands[2] = GEN_INT (64 - size);
   return \"rldicl. %0,%1,%3,%2\";
-}")
+}"
+  [(set_attr "type" "compare")])
 
 (define_insn "rotlsi3"
   [(set (match_operand:SI 0 "gpc_reg_operand" "=r")