Skip to content

Commit 14e2910

Browse files
committed
[RISCV] Remove extraneous semicolons. NFC
1 parent 8b7bbed commit 14e2910

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/include/llvm/Support/RISCVISAInfo.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ class RISCVISAInfo {
7171
std::vector<std::string> toFeatures(bool AddAllExtensions = false,
7272
bool IgnoreUnknown = true) const;
7373

74-
const OrderedExtensionMap &getExtensions() const { return Exts; };
74+
const OrderedExtensionMap &getExtensions() const { return Exts; }
7575

76-
unsigned getXLen() const { return XLen; };
77-
unsigned getFLen() const { return FLen; };
76+
unsigned getXLen() const { return XLen; }
77+
unsigned getFLen() const { return FLen; }
7878
unsigned getMinVLen() const { return MinVLen; }
7979
unsigned getMaxVLen() const { return 65536; }
8080
unsigned getMaxELen() const { return MaxELen; }

0 commit comments

Comments
 (0)