aboutsummaryrefslogtreecommitdiff
path: root/gcc/fold-const.cc
diff options
context:
space:
mode:
authorRichard Sandiford <richard.sandiford@arm.com>2024-09-02 09:56:56 +0100
committerRichard Sandiford <richard.sandiford@arm.com>2024-09-02 09:56:56 +0100
commit2865719efb16e9f199b332fcf06d69c98928738e (patch)
tree890b80db9d4954ac24a7d42fb4386896766f91e4 /gcc/fold-const.cc
parenta4b6c6ab0ba04a4fa409608a860067770317d0de (diff)
downloadgcc-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