]> gcc.gnu.org Git - gcc.git/commit
RISC-V: Fix typo[VSETVL PASS]
authorJuzhe-Zhong <juzhe.zhong@rivai.ai>
Mon, 23 Oct 2023 07:22:52 +0000 (15:22 +0800)
committerPan Li <pan2.li@intel.com>
Mon, 23 Oct 2023 07:25:35 +0000 (15:25 +0800)
commit4cd4c34acda411e4b3bd03a43d68921f38ce9822
treee4e9e64b7564d4f6f4830e8f4b243bd507731039
parent0e29c6f65523dad20068ba69cd03d8f6f82cab41
RISC-V: Fix typo[VSETVL PASS]

When fixing an issue, I find there is a typo in VSETVL PASS.

Change 'use_by' into 'used_by'.

Committed it as it is very obvious.

gcc/ChangeLog:

* config/riscv/riscv-vsetvl.cc (pre_vsetvl::fuse_local_vsetvl_info): Fix typo.
(pre_vsetvl::pre_global_vsetvl_info): Ditto.
gcc/config/riscv/riscv-vsetvl.cc
This page took 0.059284 seconds and 5 git commands to generate.