[llvm] 5dfc446 - [RISCV] Remove Unnecessary Semicolon. NFC (#86911)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 27 23:13:52 PDT 2024
Author: hchandel
Date: 2024-03-27T23:13:47-07:00
New Revision: 5dfc446d7545d7ac960e20be362bd9935f390827
URL: https://github.com/llvm/llvm-project/commit/5dfc446d7545d7ac960e20be362bd9935f390827
DIFF: https://github.com/llvm/llvm-project/commit/5dfc446d7545d7ac960e20be362bd9935f390827.diff
LOG: [RISCV] Remove Unnecessary Semicolon. NFC (#86911)
Removes Unnecessary Semicolon
Co-authored-by: Harsh Chandel <hchandel at hu-hchandel-hyd.qualcomm.com>
Added:
Modified:
llvm/lib/Target/RISCV/RISCVISelLowering.h
Removed:
################################################################################
diff --git a/llvm/lib/Target/RISCV/RISCVISelLowering.h b/llvm/lib/Target/RISCV/RISCVISelLowering.h
index c11b1464757c7f..ace5b3fd2b95b4 100644
--- a/llvm/lib/Target/RISCV/RISCVISelLowering.h
+++ b/llvm/lib/Target/RISCV/RISCVISelLowering.h
@@ -1000,7 +1000,7 @@ class RISCVTargetLowering : public TargetLowering {
/// RISC-V doesn't have flags so it's better to perform the and/or in a GPR.
bool shouldNormalizeToSelectSequence(LLVMContext &, EVT) const override {
return false;
- };
+ }
/// For available scheduling models FDIV + two independent FMULs are much
/// faster than two FDIVs.
More information about the llvm-commits
mailing list