diff options
author | danglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-06-29 00:26:54 +0000 |
---|---|---|
committer | danglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-06-29 00:26:54 +0000 |
commit | 4000e1bbfae37f7740d05b49bca2d4919ad059bf (patch) | |
tree | 9e01e24d4b42293a85efce6cb7b81ea0ad0355a9 /gcc/config | |
parent | bb1ecf8b15f3ca1135769066de54eedb044e8344 (diff) | |
download | gcc-4000e1bbfae37f7740d05b49bca2d4919ad059bf.tar.gz |
* config/pa/pa.md (call_symref_64bit_post_reload): Don't call
pa_output_arg_descriptor.
(call_val_symref_64bit_post_reload): Likewise.
(call_val_powf_64bit_post_reload): Likewise.
(sibcall_internal_symref_64bit): Likewise.
(sibcall_value_internal_symref_64bit): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@237837 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/pa/pa.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/pa/pa.md b/gcc/config/pa/pa.md index 493b764ee69..44fe8d2f1b1 100644 --- a/gcc/config/pa/pa.md +++ b/gcc/config/pa/pa.md @@ -7314,7 +7314,6 @@ add,l %2,%3,%3\;bv,n %%r0(%3)" "TARGET_64BIT" "* { - pa_output_arg_descriptor (insn); return pa_output_call (insn, operands[0], 0); }" [(set_attr "type" "call") @@ -7924,7 +7923,6 @@ add,l %2,%3,%3\;bv,n %%r0(%3)" "TARGET_64BIT" "* { - pa_output_arg_descriptor (insn); return pa_output_call (insn, operands[1], 0); }" [(set_attr "type" "call") @@ -8019,7 +8017,6 @@ add,l %2,%3,%3\;bv,n %%r0(%3)" "TARGET_64BIT && TARGET_HPUX" "* { - pa_output_arg_descriptor (insn); return pa_output_call (insn, operands[1], 0); }" [(set_attr "type" "call") @@ -8315,7 +8312,6 @@ add,l %2,%3,%3\;bv,n %%r0(%3)" "TARGET_64BIT" "* { - pa_output_arg_descriptor (insn); return pa_output_call (insn, operands[0], 1); }" [(set_attr "type" "sibcall") @@ -8404,7 +8400,6 @@ add,l %2,%3,%3\;bv,n %%r0(%3)" "TARGET_64BIT" "* { - pa_output_arg_descriptor (insn); return pa_output_call (insn, operands[1], 1); }" [(set_attr "type" "sibcall") |