diff options
author | Kito Cheng <kito.cheng@sifive.com> | 2024-05-07 10:18:58 +0800 |
---|---|---|
committer | Kito Cheng <kito.cheng@sifive.com> | 2024-05-10 12:12:04 +0800 |
commit | d83070aebdb810e38f12d008e7a10acf1063f456 (patch) | |
tree | 4e143d33f30cd615899a00401d604dfd87737023 /gcc/tree-vect-loop.cc | |
parent | f75806ec63ec1af2d76a194e5fa73e114b2b8857 (diff) | |
download | gcc-d83070aebdb810e38f12d008e7a10acf1063f456.zip gcc-d83070aebdb810e38f12d008e7a10acf1063f456.tar.gz gcc-d83070aebdb810e38f12d008e7a10acf1063f456.tar.bz2 |
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.
Diffstat (limited to 'gcc/tree-vect-loop.cc')
0 files changed, 0 insertions, 0 deletions