]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/calls.cc
Commonize handling of attr-fnspec
authorJan Hubicka <jh@suse.cz>
Fri, 2 Oct 2020 11:31:05 +0000 (13:31 +0200)
committerJan Hubicka <jh@suse.cz>
Fri, 2 Oct 2020 11:31:05 +0000 (13:31 +0200)
commit05d39f0de9ee0455d7b2b60f314f4231bc9a87c1
tree7bb10d8d757e886dbd5dc025ed425ae63fa58d93
parentb8e773e9921904210cad1f396b2ab01ffdbc4b39
Commonize handling of attr-fnspec

* attr-fnspec.h: New file.
* calls.c (decl_return_flags): Use attr_fnspec.
* gimple.c (gimple_call_arg_flags): Use attr_fnspec.
(gimple_call_return_flags): Use attr_fnspec.
* tree-into-ssa.c (pass_build_ssa::execute): Use attr_fnspec.
* tree-ssa-alias.c (attr_fnspec::verify): New member fuction.
gcc/attr-fnspec.h [new file with mode: 0644]
gcc/calls.c
gcc/gimple.c
gcc/tree-into-ssa.c
gcc/tree-ssa-alias.c