[committed] RISC-V: Pull out function call with side effect from gcc_assert.

2023-05-13 Thread Kito Cheng via Gcc-patches
It will broken when release mode. gcc/ChangeLog: * config/riscv/riscv-vsetvl.cc (pass_vsetvl::cleanup_insns): Pull out function call from the gcc_assert. --- gcc/config/riscv/riscv-vsetvl.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

<    1   2