diff options
author | Richard Sandiford <richard.sandiford@arm.com> | 2024-09-02 09:56:56 +0100 |
---|---|---|
committer | Richard Sandiford <richard.sandiford@arm.com> | 2024-09-02 09:56:56 +0100 |
commit | 2865719efb16e9f199b332fcf06d69c98928738e (patch) | |
tree | 890b80db9d4954ac24a7d42fb4386896766f91e4 /gcc/fold-const.cc | |
parent | a4b6c6ab0ba04a4fa409608a860067770317d0de (diff) | |
download | gcc-2865719efb16e9f199b332fcf06d69c98928738e.zip gcc-2865719efb16e9f199b332fcf06d69c98928738e.tar.gz gcc-2865719efb16e9f199b332fcf06d69c98928738e.tar.bz2 |
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.
Diffstat (limited to 'gcc/fold-const.cc')
0 files changed, 0 insertions, 0 deletions