Commit 9ec9ad57 by Jeff Law

pa.md (call_internal_symref): Make pattern unavailable if TARGET_LONG_CALLS.

        * pa.md (call_internal_symref): Make pattern unavailable if
        TARGET_LONG_CALLS.
        (call_value_internal_symref): Likewise.

From-SVN: r5170
parent 228e0c5f
...@@ -2792,7 +2792,7 @@ ...@@ -2792,7 +2792,7 @@
(match_operand 1 "" "i")) (match_operand 1 "" "i"))
(clobber (reg:SI 2)) (clobber (reg:SI 2))
(use (const_int 0))] (use (const_int 0))]
"" "! TARGET_LONG_CALLS"
"* "*
{ {
output_arg_descriptor (insn); output_arg_descriptor (insn);
...@@ -2855,7 +2855,7 @@ ...@@ -2855,7 +2855,7 @@
(clobber (reg:SI 2)) (clobber (reg:SI 2))
(use (const_int 0))] (use (const_int 0))]
;;- Don't use operand 1 for most machines. ;;- Don't use operand 1 for most machines.
"" "! TARGET_LONG_CALLS"
"* "*
{ {
output_arg_descriptor (insn); output_arg_descriptor (insn);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment