Skip to content

Commit 4b1f73f

Browse files
committed
added a trailing comma in RISCVProcFamilyEnum.
1 parent a66e724 commit 4b1f73f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCVSubtarget.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class RISCVSubtarget : public RISCVGenSubtargetInfo {
5050
enum RISCVProcFamilyEnum : uint8_t {
5151
Others,
5252
SiFive7,
53-
VentanaVeyron
53+
VentanaVeyron,
5454
};
5555
// clang-format on
5656
private:

0 commit comments

Comments
 (0)