sh.md (calli_pcrel, [...]): Add `TARGET_SH2' as a condition.

* config/sh/sh.md (calli_pcrel, call_valuei_pcrel): Add
`TARGET_SH2' as a condition.

From-SVN: r36761
This commit is contained in:
Alexandre Oliva 2000-10-06 19:55:48 +00:00 committed by Alexandre Oliva
parent 178b88b9cd
commit eb69f95cce
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2000-10-06 Alexandre Oliva <aoliva@redhat.com>
* config/sh/sh.md (calli_pcrel, call_valuei_pcrel): Add
`TARGET_SH2' as a condition.
2000-10-06 Vladimir Makarov <vmakarov@touchme.toronto.redhat.com>
* haifa-sched.c (anti_dependency_cache, output_dependency_cache,

View File

@ -3287,7 +3287,7 @@
(use (reg:SI 48))
(use (match_operand 2 "" ""))
(clobber (reg:SI 17))]
""
"TARGET_SH2"
"bsrf %0\\n%O2:%#"
[(set_attr "type" "call")
(set (attr "fp_mode")
@ -3316,7 +3316,7 @@
(use (reg:SI 48))
(use (match_operand 3 "" ""))
(clobber (reg:SI 17))]
""
"TARGET_SH2"
"bsrf %1\\n%O3:%#"
[(set_attr "type" "call")
(set (attr "fp_mode")