pa.md (call_internal_symref): Make pattern unavailable if TARGET_LONG_CALLS.
authorJeff Law <law@gcc.gnu.org>
Wed, 18 Aug 1993 06:22:49 +0000 (00:22 -0600)
committerJeff Law <law@gcc.gnu.org>
Wed, 18 Aug 1993 06:22:49 +0000 (00:22 -0600)
        * pa.md (call_internal_symref): Make pattern unavailable if
        TARGET_LONG_CALLS.
        (call_value_internal_symref): Likewise.

From-SVN: r5170

gcc/config/pa/pa.md

index 80d2af58c099dfb6ab4fbcb71c0588887e28a95d..4b085f27eb7122804922532125286146346c8dcd 100644 (file)
        (match_operand 1 "" "i"))
   (clobber (reg:SI 2))
   (use (const_int 0))]
- ""
+ "! TARGET_LONG_CALLS"
  "*
 {
   output_arg_descriptor (insn);
    (clobber (reg:SI 2))
    (use (const_int 0))]
   ;;- Don't use operand 1 for most machines.
-  ""
+  "! TARGET_LONG_CALLS"
   "*
 {
   output_arg_descriptor (insn);