mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-11 14:11:31 +08:00
re PR target/32506 (cross compile sh64-superh-linux-gnu internal compiler error: in change_address_1, at emit-rtl.c:1800)
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
This commit is contained in:
parent
370f20446d
commit
1ed50f7194
@ -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
|
||||
|
@ -1765,7 +1765,7 @@
|
||||
(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")
|
||||
@ -1962,7 +1962,7 @@
|
||||
(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")])
|
||||
@ -1976,7 +1976,7 @@
|
||||
(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")])
|
||||
|
Loading…
x
Reference in New Issue
Block a user