Committed, thanks!
On Tue, Oct 11, 2022 at 2:23 PM <juzhe.zh...@rivai.ai> wrote: > > From: Ju-Zhe Zhong <juzhe.zh...@rivai.ai> > > gcc/ChangeLog: > > * config/riscv/riscv-vector-builtins.h: Remove redundant macro. > > --- > gcc/config/riscv/riscv-vector-builtins.h | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/gcc/config/riscv/riscv-vector-builtins.h > b/gcc/config/riscv/riscv-vector-builtins.h > index 7d4b807f33c..cd6dad62ad8 100644 > --- a/gcc/config/riscv/riscv-vector-builtins.h > +++ b/gcc/config/riscv/riscv-vector-builtins.h > @@ -23,9 +23,6 @@ > > namespace riscv_vector { > > -/* This is for segment instructions. */ > -const unsigned int MAX_TUPLE_SIZE = 8; > - > /* Enumerates the RVV types, together called > "vector types" for brevity. */ > enum vector_type_index > -- > 2.36.1 >