]> git.ipfire.org Git - thirdparty/gcc.git/commit
Rename gimple_asm_input_p to gimple_asm_basic_p
authorRichard Sandiford <richard.sandiford@arm.com>
Mon, 2 Sep 2024 08:56:56 +0000 (09:56 +0100)
committerRichard Sandiford <richard.sandiford@arm.com>
Mon, 2 Sep 2024 08:56:56 +0000 (09:56 +0100)
commit2865719efb16e9f199b332fcf06d69c98928738e
tree890b80db9d4954ac24a7d42fb4386896766f91e4
parenta4b6c6ab0ba04a4fa409608a860067770317d0de
Rename gimple_asm_input_p to gimple_asm_basic_p

Following on from the earlier tree rename, this patch renames
gimple_asm_input_p to gimple_asm_basic_p, and similarly for
related names.

gcc/
* doc/gimple.texi (gimple_asm_basic_p): Document.
(gimple_asm_set_basic): Likewise.
* gimple.h (GF_ASM_INPUT): Rename to...
(GF_ASM_BASIC): ...this.
(gimple_asm_set_input): Rename to...
(gimple_asm_set_basic): ...this.
(gimple_asm_input_p): Rename to...
(gimple_asm_basic_p): ...this.
* cfgexpand.cc (expand_asm_stmt): Update after above renaming.
* gimple.cc (gimple_asm_clobbers_memory_p): Likewise.
* gimplify.cc (gimplify_asm_expr): Likewise.
* ipa-icf-gimple.cc (func_checker::compare_gimple_asm): Likewise.
* tree-cfg.cc (stmt_can_terminate_bb_p): Likewise.
gcc/cfgexpand.cc
gcc/doc/gimple.texi
gcc/gimple.cc
gcc/gimple.h
gcc/gimplify.cc
gcc/ipa-icf-gimple.cc
gcc/tree-cfg.cc