]> git.ipfire.org Git - thirdparty/gcc.git/commit
Remove missing usage of cgraph_local_info in arm,bfin and c6x.
authorMartin Liska <mliska@suse.cz>
Thu, 31 Oct 2019 08:52:31 +0000 (09:52 +0100)
committerMartin Liska <marxin@gcc.gnu.org>
Thu, 31 Oct 2019 08:52:31 +0000 (08:52 +0000)
commit83f58fe3ad862955b16e6a2f14ad69a1e82dd3ed
tree59fce5b14f2b58224444307e8e75166a91c146ec
parentfbdbe8b06a1c5626ad6360a4af33cb638c14cda1
Remove missing usage of cgraph_local_info in arm,bfin and c6x.

2019-10-31  Martin Liska  <mliska@suse.cz>

* config/arm/arm.c (arm_get_pcs_model): Remove usage
of cgraph_local_info and use local_info_node instead.
* config/bfin/bfin.c (bfin_load_pic_reg): Likewise.
(bfin_function_ok_for_sibcall): Likewise.
* config/c6x/c6x.c (c6x_function_ok_for_sibcall): Likewise.
(must_reload_pic_reg_p): Likewise.

From-SVN: r277657
gcc/ChangeLog
gcc/config/arm/arm.c
gcc/config/bfin/bfin.c
gcc/config/c6x/c6x.c