]> gcc.gnu.org Git - gcc.git/commit
RISC-V: Fix typos in code or comment [NFC]
authorKito Cheng <kito.cheng@sifive.com>
Tue, 7 May 2024 02:18:58 +0000 (10:18 +0800)
committerKito Cheng <kito.cheng@sifive.com>
Fri, 10 May 2024 04:12:04 +0000 (12:12 +0800)
commitd83070aebdb810e38f12d008e7a10acf1063f456
tree4e143d33f30cd615899a00401d604dfd87737023
parentf75806ec63ec1af2d76a194e5fa73e114b2b8857
RISC-V: Fix typos in code or comment [NFC]

Just found some typo when fixing bugs and then use aspell to find few
more typos, this patch didn't do anything other than fix typo.

gcc/ChangeLog:

* config/riscv/riscv-vsetvl.cc: Fix typos in comments.
(get_all_predecessors): Ditto.
(pre_vsetvl::m_unknow_info): Rename to...
(pre_vsetvl::m_unknown_info): this.
(pre_vsetvl::compute_vsetvl_def_data): Rename m_unknow_info to
m_unknown_info.
(pre_vsetvl::cleaup): Rename to...
(pre_vsetvl::cleanup): this.
(pre_vsetvl::compute_vsetvl_def_data): Fix typos.
(pass_vsetvl::lazy_vsetvl): Update function name and fix typos.
* config/riscv/riscv.cc: Fix typos in comments.
(struct machine_function): Fix typo in comments.
(riscv_valid_lo_sum_p): Ditto.
(riscv_force_address): Ditto.
(riscv_immediate_operand_p): Ditto.
(riscv_in_small_data_p): Ditto.
(riscv_first_stack_step): Ditto.
(riscv_expand_prologue): Ditto.
(riscv_convert_vector_chunks): Ditto.
(riscv_override_options_internal): Ditto.
(get_common_costs): Ditto.
gcc/config/riscv/riscv-vsetvl.cc
gcc/config/riscv/riscv.cc
This page took 0.063748 seconds and 6 git commands to generate.