(push_e, pop_e): Add TARGET_SH3E to condition.
authorJim Wilson <wilson@gcc.gnu.org>
Tue, 5 Mar 1996 20:11:11 +0000 (12:11 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Tue, 5 Mar 1996 20:11:11 +0000 (12:11 -0800)
From-SVN: r11459

gcc/config/sh/sh.md

index 417be6b..aba707e 100644 (file)
 (define_insn "push_e"
   [(set (mem:SF (pre_dec:SI (reg:SI 15)))
        (match_operand:SF 0 "register_operand" "r,f,y"))]
-  ""
+  "TARGET_SH3E"
   "@
        mov.l   %0,@-r15
        fmov.s  %0,@-r15
 (define_insn "pop_e"
   [(set (match_operand:SF 0 "register_operand" "=r,f,y")
        (mem:SF (post_inc:SI (reg:SI 15))))]
-  ""
+  "TARGET_SH3E"
   "@
        mov.l   @r15+,%0
        fmov.s  @r15+,%0