Re: [PATCH] RISC-V: Add :: for static function calling to avoid confusing

2023-01-22 Thread Jeff Law via Gcc-patches
On 1/17/23 20:16, juzhe.zh...@rivai.ai wrote: From: Ju-Zhe Zhong Since we have same function in class and static function calling get_avl. Adding :: to avoid codes confusing. gcc/ChangeLog: * config/riscv/riscv-vsetvl.cc (pass_vsetvl::get_backward_fusion_type): Add ::. Is there a

[PATCH] RISC-V: Add :: for static function calling to avoid confusing

2023-01-17 Thread juzhe . zhong
From: Ju-Zhe Zhong Since we have same function in class and static function calling get_avl. Adding :: to avoid codes confusing. gcc/ChangeLog: * config/riscv/riscv-vsetvl.cc (pass_vsetvl::get_backward_fusion_type): Add ::. --- gcc/config/riscv/riscv-vsetvl.cc | 2 +- 1 file changed,