Change `*return "string"' to "string" in patterns.
authorRichard Kenner <kenner@gcc.gnu.org>
Tue, 12 Sep 1995 22:58:08 +0000 (18:58 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Tue, 12 Sep 1995 22:58:08 +0000 (18:58 -0400)
From-SVN: r10346

gcc/config/sparc/sparc.md

index 377d9ae..bfc1e8b 100644 (file)
    (clobber (reg:SI 15))]
   ;;- Do not use operand 1 for most machines.
   "! TARGET_PTR64"
-  "*
-{
-  return \"call %a0,%1%#\";
-}"
+  "call %a0,%1%#"
   [(set_attr "type" "call")])
 
 (define_insn "*call_symbolic_sp32"
    (clobber (reg:SI 15))]
   ;;- Do not use operand 1 for most machines.
   "! TARGET_PTR64"
-  "*
-{
-  return \"call %a0,%1%#\";
-}"
+  "call %a0,%1%#"
   [(set_attr "type" "call")])
 
 (define_insn "*call_address_sp64"
    (clobber (reg:DI 15))]
   ;;- Do not use operand 1 for most machines.
   "TARGET_PTR64"
-  "*
-{
-  return \"call %a0,%1%#\";
-}"
+  "call %a0,%1%#"
   [(set_attr "type" "call")])
 
 (define_insn "*call_symbolic_sp64"
    (clobber (reg:DI 15))]
   ;;- Do not use operand 1 for most machines.
   "TARGET_PTR64"
-  "*
-{
-  return \"call %a0,%1%#\";
-}"
+  "call %a0,%1%#"
   [(set_attr "type" "call")])
 
 ;; This is a call that wants a structure value.
    (clobber (reg:SI 15))]
   ;;- Do not use operand 1 for most machines.
   "! TARGET_V9 && GET_CODE (operands[2]) == CONST_INT && INTVAL (operands[2]) > 0"
-  "*
-{
-  return \"call %a0,%1\;nop\;unimp %2\";
-}"
+  "call %a0,%1\;nop\;unimp %2"
   [(set_attr "type" "call_no_delay_slot")])
 
 ;; This is a call that wants a structure value.
    (clobber (reg:SI 15))]
   ;;- Do not use operand 1 for most machines.
   "! TARGET_V9 && GET_CODE (operands[2]) == CONST_INT && INTVAL (operands[2]) > 0"
-  "*
-{
-  return \"call %a0,%1\;nop\;unimp %2\";
-}"
+  "call %a0,%1\;nop\;unimp %2"
   [(set_attr "type" "call_no_delay_slot")])
 
 ;; This is a call that may want a structure value.  This is used for
    (clobber (reg:SI 15))]
   ;;- Do not use operand 1 for most machines.
   "! TARGET_V9 && GET_CODE (operands[2]) == CONST_INT && INTVAL (operands[2]) < 0"
-  "*
-{
-  return \"call %a0,%1\;nop\;nop\";
-}"
+  "call %a0,%1\;nop\;nop"
   [(set_attr "type" "call_no_delay_slot")])
 
 ;; This is a call that wants a structure value.
    (clobber (reg:SI 15))]
   ;;- Do not use operand 1 for most machines.
   "! TARGET_V9 && GET_CODE (operands[2]) == CONST_INT && INTVAL (operands[2]) < 0"
-  "*
-{
-  return \"call %a0,%1\;nop\;nop\";
-}"
+  "call %a0,%1\;nop\;nop"
   [(set_attr "type" "call_no_delay_slot")])
 
 (define_expand "call_value"
    (clobber (reg:SI 15))]
   ;;- Do not use operand 2 for most machines.
   "! TARGET_PTR64"
-  "*
-{
-  return \"call %a1,%2%#\";
-}"
+  "call %a1,%2%#"
   [(set_attr "type" "call")])
 
 (define_insn "*call_value_symbolic_sp32"
    (clobber (reg:SI 15))]
   ;;- Do not use operand 2 for most machines.
   "! TARGET_PTR64"
-  "*
-{
-  return \"call %a1,%2%#\";
-}"
+  "call %a1,%2%#"
   [(set_attr "type" "call")])
 
 (define_insn "*call_value_address_sp64"
    (clobber (reg:DI 15))]
   ;;- Do not use operand 2 for most machines.
   "TARGET_PTR64"
-  "*
-{
-  return \"call %a1,%2%#\";
-}"
+  "call %a1,%2%#"
   [(set_attr "type" "call")])
 
 (define_insn "*call_value_symbolic_sp64"
    (clobber (reg:DI 15))]
   ;;- Do not use operand 2 for most machines.
   "TARGET_PTR64"
-  "*
-{
-  return \"call %a1,%2%#\";
-}"
+  "call %a1,%2%#"
   [(set_attr "type" "call")])
 
 (define_expand "untyped_call"
              (clobber (reg:SI 15))])
    (set (pc) (label_ref (match_operand 3 "" "")))]
   "short_branch (INSN_UID (insn), INSN_UID (operands[3]))"
-  "*
-{
-  return \"call %a1,%2\;add %%o7,(%l3-.-4),%%o7\";
-}")
+  "call %a1,%2\;add %%o7,(%l3-.-4),%%o7")
 
 (define_peephole
   [(parallel [(call (mem:SI (match_operand:SI 0 "call_operand_address" "ps"))
              (clobber (reg:DI 15))])
    (set (pc) (label_ref (match_operand 3 "" "")))]
   "TARGET_V9 && short_branch (INSN_UID (insn), INSN_UID (operands[3]))"
-  "*
-{
-  return \"call %a1,%2\;add %%o7,(%l3-.-4),%%o7\";
-}")
+  "call %a1,%2\;add %%o7,(%l3-.-4),%%o7")
 
 (define_peephole
   [(parallel [(call (mem:SI (match_operand:DI 0 "call_operand_address" "ps"))
              (clobber (reg:DI 15))])
    (set (pc) (label_ref (match_operand 2 "" "")))]
   "TARGET_V9 && short_branch (INSN_UID (insn), INSN_UID (operands[2]))"
-  "*
-{
-  return \"call %a0,%1\;add %%o7,(%l2-.-4),%%o7\";
-}")
+  "call %a0,%1\;add %%o7,(%l2-.-4),%%o7")
 
 ;; Other miscellaneous peepholes.