alpha.md (call patterns): Revert Oct 16 change...
authorRichard Henderson <rth@cygnus.com>
Fri, 24 Oct 1997 22:57:54 +0000 (15:57 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 24 Oct 1997 22:57:54 +0000 (15:57 -0700)
* alpha.md (call patterns): Revert Oct 16 change; if we are to elide
the callee's ldgp, we must do it ourselves, and we use the jsr tag
for more than scheduling.

From-SVN: r16168

gcc/ChangeLog
gcc/config/alpha/alpha.md

index 2c12ddb04adc1505cc92736c7d8db2d503f63692..a38782fca7d011e0c9296318f012e4c477f7649e 100644 (file)
@@ -1,3 +1,9 @@
+Fri Oct 24 15:54:57 1997  Richard Henderson  <rth@cygnus.com>
+
+       * alpha.md (call patterns): Revert Oct 16 change; if we are to elide
+       the callee's ldgp, we must do it ourselves, and we use the jsr tag
+       for more than scheduling.
+
 Fri Oct 24 13:23:04 1997  Doug Evans  <devans@canuck.cygnus.com>
 
        * sparc/sparc.h (ASM_SPEC): Delete asm_arch.
index ef56c2b4abbf549599a0f58ea77980c39b9fcd96..2b63a5517489a2b953c717fef104a0b66e41b5dc 100644 (file)
    jsr $26,($27),0\;ldgp $29,0($26)
    bsr $26,%0..ng
    jsr $26,%0\;ldgp $29,0($26)"
-  [(set_attr "type" "jsr,ibr,jsr")])
+  [(set_attr "type" "jsr")])
       
 (define_insn ""
   [(call (mem:DI (match_operand:DI 0 "call_operand" "r,i"))
   "@
    jsr $26,(%0)
    bsr $26,%0"
-  [(set_attr "type" "jsr,ibr")])
+  [(set_attr "type" "jsr")])
       
 (define_insn ""
   [(call (mem:DI (match_operand:DI 0 "call_operand" "r,i"))
    jsr $26,($27),0\;ldgp $29,0($26)
    bsr $26,%1..ng
    jsr $26,%1\;ldgp $29,0($26)"
-  [(set_attr "type" "jsr,ibr,jsr")])
+  [(set_attr "type" "jsr")])
 
 (define_insn ""
   [(set (match_operand 0 "register_operand" "=rf,rf")
   "@
    jsr $26,(%1)
    bsr $26,%1"
-  [(set_attr "type" "jsr,ibr")])
+  [(set_attr "type" "jsr")])
 
 (define_insn ""
   [(set (match_operand 0 "register_operand" "")