[all-commits] [llvm/llvm-project] 405889: [RISCV] Remove unused private field 'HasFRMRoundMo...
Jie Fu via All-commits
all-commits at lists.llvm.org
Thu Jul 13 01:19:43 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 405889ebad95956b4b6db92c92cd15607840f94b
https://github.com/llvm/llvm-project/commit/405889ebad95956b4b6db92c92cd15607840f94b
Author: Jie Fu <jiefu at tencent.com>
Date: 2023-07-13 (Thu, 13 Jul 2023)
Changed paths:
M clang/include/clang/Support/RISCVVIntrinsicUtils.h
M clang/lib/Support/RISCVVIntrinsicUtils.cpp
Log Message:
-----------
[RISCV] Remove unused private field 'HasFRMRoundModeOp' in RVVIntrinsic (NFC)
/data/llvm-project/clang/include/clang/Support/RISCVVIntrinsicUtils.h:390:8: error: private field 'HasFRMRoundModeOp' is not used [-Werror,-Wunused-private-field]
bool HasFRMRoundModeOp;
^
1 error generated.
More information about the All-commits
mailing list