* config/h8300/h8300.md: Remove extraneous USE in expanders.
authorKazu Hirata <kazu@cs.umass.edu>
Sat, 24 Jan 2004 09:54:32 +0000 (09:54 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 24 Jan 2004 09:54:32 +0000 (09:54 +0000)
From-SVN: r76486

gcc/ChangeLog
gcc/config/h8300/h8300.md

index 13b5c10c5b175a7f7fd15feccb1b9eaab997b28c..920959bab99323ffa69b8cfebf77d20cfc43511e 100644 (file)
@@ -1,3 +1,7 @@
+2004-01-24  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/h8300/h8300.md: Remove extraneous USE in expanders.
+
 2004-01-24  Kazu Hirata  <kazu@cs.umass.edu>
 
        * config/h8300/h8300-protos.h: Provide prototypes for
index 12b55dcbb0915dc4f942f3fb78b4653be1f1a45f..fe219977a86130564b5c05d587453a3ac585a021 100644 (file)
    (set_attr "cc" "clobber")])
 
 (define_expand "pushqi1"
-  [(use (match_operand:QI 0 "register_operand" ""))]
+  [(match_operand:QI 0 "register_operand" "")]
   ""
   "
 {
    (set_attr "cc" "clobber")])
 
 (define_expand "pushhi1"
-  [(use (match_operand:HI 0 "register_operand" ""))]
+  [(match_operand:HI 0 "register_operand" "")]
   ""
   "
 {
    (set_attr "length" "4")])
 
 (define_expand "stm_h8300s_2"
-  [(use (match_operand:SI 0 "register_operand" ""))
-   (use (match_operand:SI 1 "register_operand" ""))]
+  [(match_operand:SI 0 "register_operand" "")
+   (match_operand:SI 1 "register_operand" "")]
   "TARGET_H8300S
    && ((REGNO (operands[0]) == 0 && REGNO (operands[1]) == 1)
        || (REGNO (operands[0]) == 2 && REGNO (operands[1]) == 3)
    (set_attr "length" "4")])
 
 (define_expand "stm_h8300s_3"
-  [(use (match_operand:SI 0 "register_operand" ""))
-   (use (match_operand:SI 1 "register_operand" ""))
-   (use (match_operand:SI 2 "register_operand" ""))]
+  [(match_operand:SI 0 "register_operand" "")
+   (match_operand:SI 1 "register_operand" "")
+   (match_operand:SI 2 "register_operand" "")]
   "TARGET_H8300S
    && ((REGNO (operands[0]) == 0
        && REGNO (operands[1]) == 1
    (set_attr "length" "4")])
 
 (define_expand "stm_h8300s_4"
-  [(use (match_operand:SI 0 "register_operand" ""))
-   (use (match_operand:SI 1 "register_operand" ""))
-   (use (match_operand:SI 2 "register_operand" ""))
-   (use (match_operand:SI 3 "register_operand" ""))]
+  [(match_operand:SI 0 "register_operand" "")
+   (match_operand:SI 1 "register_operand" "")
+   (match_operand:SI 2 "register_operand" "")
+   (match_operand:SI 3 "register_operand" "")]
   "TARGET_H8300S
    && REGNO (operands[0]) == 0
    && REGNO (operands[1]) == 1
    (set_attr "length" "4")])
 
 (define_expand "ldm_h8300s_2"
-  [(use (match_operand:SI 0 "register_operand" ""))
-   (use (match_operand:SI 1 "register_operand" ""))]
+  [(match_operand:SI 0 "register_operand" "")
+   (match_operand:SI 1 "register_operand" "")]
   "TARGET_H8300S
    && ((REGNO (operands[0]) == 0 && REGNO (operands[1]) == 1)
        || (REGNO (operands[0]) == 2 && REGNO (operands[1]) == 3)
    (set_attr "length" "4")])
 
 (define_expand "ldm_h8300s_3"
-  [(use (match_operand:SI 0 "register_operand" ""))
-   (use (match_operand:SI 1 "register_operand" ""))
-   (use (match_operand:SI 2 "register_operand" ""))]
+  [(match_operand:SI 0 "register_operand" "")
+   (match_operand:SI 1 "register_operand" "")
+   (match_operand:SI 2 "register_operand" "")]
   "TARGET_H8300S
    && ((REGNO (operands[0]) == 0
        && REGNO (operands[1]) == 1
    (set_attr "length" "4")])
 
 (define_expand "ldm_h8300s_4"
-  [(use (match_operand:SI 0 "register_operand" ""))
-   (use (match_operand:SI 1 "register_operand" ""))
-   (use (match_operand:SI 2 "register_operand" ""))
-   (use (match_operand:SI 3 "register_operand" ""))]
+  [(match_operand:SI 0 "register_operand" "")
+   (match_operand:SI 1 "register_operand" "")
+   (match_operand:SI 2 "register_operand" "")
+   (match_operand:SI 3 "register_operand" "")]
   "TARGET_H8300S && !TARGET_NORMAL_MODE
    && REGNO (operands[0]) == 0
    && REGNO (operands[1]) == 1