]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/ipa-modref.cc
IPA: use cgraph_node instance
authorMartin Liska <mliska@suse.cz>
Thu, 18 Nov 2021 16:39:23 +0000 (17:39 +0100)
committerMartin Liska <mliska@suse.cz>
Thu, 18 Nov 2021 18:34:11 +0000 (19:34 +0100)
commit616ca1024a79c6a1935ea152051b9016d2142fb6
tree177437845d9094f3aff80b4a101697df973ec166
parent53c964ad996a1bb22566b987eafb333b5899deab
IPA: use cgraph_node instance

gcc/ChangeLog:

* ipa-modref.c (analyze_function): Use fnode instead of repeated
cgraph_node::get (current_function_decl).
gcc/ipa-modref.c