[llvm] fc4d780 - [RISCV] Remove superfluous semicolon. NFC

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 10 11:20:58 PST 2021


Author: Craig Topper
Date: 2021-02-10T11:20:29-08:00
New Revision: fc4d780eaf52cb2361579dcc8d5073e662a950e5

URL: https://github.com/llvm/llvm-project/commit/fc4d780eaf52cb2361579dcc8d5073e662a950e5
DIFF: https://github.com/llvm/llvm-project/commit/fc4d780eaf52cb2361579dcc8d5073e662a950e5.diff

LOG: [RISCV] Remove superfluous semicolon. NFC

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 7bd8d88c48a5..ef86ce2cf608 100644
--- a/llvm/lib/Target/RISCV/RISCVISelLowering.h
+++ b/llvm/lib/Target/RISCV/RISCVISelLowering.h
@@ -408,7 +408,7 @@ class RISCVTargetLowering : public TargetLowering {
 namespace RISCV {
 // We use 64 bits as the known part in the scalable vector types.
 static constexpr unsigned RVVBitsPerBlock = 64;
-}; // namespace RISCV
+} // namespace RISCV
 
 namespace RISCVVIntrinsicsTable {
 


        


More information about the llvm-commits mailing list