]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR target/32506 (cross compile sh64-superh-linux-gnu internal compiler error:...
authorKaz Kojima <kkojima@gcc.gnu.org>
Tue, 3 Jul 2007 04:01:35 +0000 (04:01 +0000)
committerKaz Kojima <kkojima@gcc.gnu.org>
Tue, 3 Jul 2007 04:01:35 +0000 (04:01 +0000)
PR target/32506
* config/sh/sh.md (udivsi3_i1_media): Use target_reg_operand
predicate instead of target_operand.
(divsi3_i1_media, divsi3_media_2): Likewise.

From-SVN: r126243

gcc/ChangeLog
gcc/config/sh/sh.md

index 6f583792d9bff6f0dcc99f1c5ce734f67aa80671..499acfe83176766b9233a8fb3d754583937e8a97 100644 (file)
@@ -1,3 +1,10 @@
+2007-07-03  Kaz Kojima  <kkojima@gcc.gnu.org>
+
+       PR target/32506
+       * config/sh/sh.md (udivsi3_i1_media): Use target_reg_operand
+       predicate instead of target_operand.
+       (divsi3_i1_media, divsi3_media_2): Likewise.
+
 2007-07-02  Eric Botcazou  <ebotcazou@adacore.com>
 
        * tree.h (alias_sets_might_conflict_p): Rename into
index 8b295bc85d813c6eab00c6278b355e968d72e47f..f7b179d44adf9d851e7bff714d18b0f839e1f398 100644 (file)
    (clobber (reg:DI TR0_REG))
    (clobber (reg:DI TR1_REG))
    (clobber (reg:DI TR2_REG))
-   (use (match_operand 1 "target_operand" "b"))]
+   (use (match_operand 1 "target_reg_operand" "b"))]
   "TARGET_SHMEDIA && (! TARGET_SHMEDIA_FPU || ! TARGET_DIVIDE_FP)"
   "blink       %1, r18"
   [(set_attr "type" "sfunc")
    (clobber (reg:SI R20_REG))
    (clobber (reg:SI R21_REG))
    (clobber (reg:SI TR0_REG))
-   (use (match_operand 1 "target_operand" "b"))]
+   (use (match_operand 1 "target_reg_operand" "b"))]
   "TARGET_SHMEDIA && (! TARGET_SHMEDIA_FPU || ! TARGET_DIVIDE_FP)"
   "blink       %1, r18"
   [(set_attr "type" "sfunc")])
    (clobber (reg:SI R21_REG))
    (clobber (reg:SI TR0_REG))
    (use (reg:SI R20_REG))
-   (use (match_operand 1 "target_operand" "b"))]
+   (use (match_operand 1 "target_reg_operand" "b"))]
   "TARGET_SHMEDIA && (! TARGET_SHMEDIA_FPU || ! TARGET_DIVIDE_FP)"
   "blink       %1, r18"
   [(set_attr "type" "sfunc")])