sh.md (calli_pcrel, [...]): Add `TARGET_SH2' as a condition.
authorAlexandre Oliva <aoliva@redhat.com>
Fri, 6 Oct 2000 19:55:48 +0000 (19:55 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Fri, 6 Oct 2000 19:55:48 +0000 (19:55 +0000)
* config/sh/sh.md (calli_pcrel, call_valuei_pcrel): Add
`TARGET_SH2' as a condition.

From-SVN: r36761

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

index c79fc22..c989372 100644 (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,
index 2598356..4031d86 100644 (file)
    (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")
    (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")