From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2093) id 0B3D73851170; Wed, 12 Oct 2022 12:52:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0B3D73851170 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665579168; bh=MvH2ks45eVR0i4WT+Ry+G2BOT9OOU7qSFuJdJedYscE=; h=From:To:Subject:Date:From; b=j2a9Qa34GGeykdu3DJosrZLyMaSpi4mcLnYyNNoZHkzGCPHpeozx1y1TZwRxR0evL FkVMgkyFWiX2WVYXzVV0tdp93b/JhWYNv4c11IKeq/iAMjwBSOCd4DYiYmn8SnDhE5 vsUXphMxN7W2V6GTM6bBe2LShMN7EpVfxOJT4g2s= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Kito Cheng To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-3254] RISC-V: Remove TUPLE size macro define. [NFC] X-Act-Checkin: gcc X-Git-Author: Ju-Zhe Zhong X-Git-Refname: refs/heads/master X-Git-Oldrev: 0af2b2f241cbac81a6af503cc4d575a9a0aaf7c0 X-Git-Newrev: fbf423309e103b54f7c9d39b2f7870b9bedfe9d2 Message-Id: <20221012125248.0B3D73851170@sourceware.org> Date: Wed, 12 Oct 2022 12:52:48 +0000 (GMT) List-Id: https://gcc.gnu.org/g:fbf423309e103b54f7c9d39b2f7870b9bedfe9d2 commit r13-3254-gfbf423309e103b54f7c9d39b2f7870b9bedfe9d2 Author: Ju-Zhe Zhong Date: Tue Oct 11 14:23:33 2022 +0800 RISC-V: Remove TUPLE size macro define. [NFC] gcc/ChangeLog: * config/riscv/riscv-vector-builtins.h: Remove unused macro. Diff: --- 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 7f4e89cd255..ea67da9905c 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