[all-commits] [llvm/llvm-project] 591930: [RISCV] Remove unused private field 'RVPushable' i...
Jie Fu via All-commits
all-commits at lists.llvm.org
Thu Jul 6 20:36:49 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5919302255c3b662ccc6380f08ff4d38abd08d03
https://github.com/llvm/llvm-project/commit/5919302255c3b662ccc6380f08ff4d38abd08d03
Author: Jie Fu <jiefu at tencent.com>
Date: 2023-07-07 (Fri, 07 Jul 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVMachineFunctionInfo.h
Log Message:
-----------
[RISCV] Remove unused private field 'RVPushable' in RISCVMachineFunctionInfo.h
/data/llvm-project/llvm/lib/Target/RISCV/RISCVMachineFunctionInfo.h:78:8: error: private field 'RVPushable' is not used [-Werror,-Wunused-private-field
]
bool RVPushable = false;
^
1 error generated.
More information about the All-commits
mailing list