]> git.ipfire.org Git - thirdparty/gcc.git/commit
Add expr_callee_abi
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 Oct 2019 08:06:06 +0000 (08:06 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 Oct 2019 08:06:06 +0000 (08:06 +0000)
commit599207ab53478c94595fdc849f25477a1a82e4bf
treea7b25b15fda1131aa9559922c8368de732728286
parentb18a03f3de1bc4a60e0fc2c80975273fae928759
Add expr_callee_abi

This turned out to be useful for the SVE PCS support, and is a natural
tree-level analogue of insn_callee_abi.

2019-10-14  Richard Sandiford  <richard.sandiford@arm.com>

gcc/
* function-abi.h (expr_callee_abi): Declare.
* function-abi.cc (expr_callee_abi): New function.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@276952 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/function-abi.cc
gcc/function-abi.h