RISC-V: Remove TUPLE size macro define. [NFC]
authorJu-Zhe Zhong <juzhe.zhong@rivai.ai>
Tue, 11 Oct 2022 06:23:33 +0000 (14:23 +0800)
committerKito Cheng <kito.cheng@sifive.com>
Wed, 12 Oct 2022 12:51:59 +0000 (20:51 +0800)
gcc/ChangeLog:

* config/riscv/riscv-vector-builtins.h: Remove unused macro.

gcc/config/riscv/riscv-vector-builtins.h

index 7f4e89c..ea67da9 100644 (file)
@@ -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