Commit eb69f95c by Alexandre Oliva Committed by Alexandre Oliva

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
parent 178b88b9
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,
......
......@@ -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")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment