]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 7f4e89cd2555f3be7cba2538aa7d06e952f1b220..ea67da9905ca770b3fe0fe4753151dcc0cb8d216 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