Skip to content

Commit a66e724

Browse files
committed
Turned off clang-format for RISCVProcFamilyEnum.
1 parent 425b156 commit a66e724

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

llvm/lib/Target/RISCV/RISCVSubtarget.h

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,13 @@ struct RISCVTuneInfo {
4646

4747
class RISCVSubtarget : public RISCVGenSubtargetInfo {
4848
public:
49-
enum RISCVProcFamilyEnum : uint8_t { Others, SiFive7, VentanaVeyron };
50-
49+
// clang-format off
50+
enum RISCVProcFamilyEnum : uint8_t {
51+
Others,
52+
SiFive7,
53+
VentanaVeyron
54+
};
55+
// clang-format on
5156
private:
5257
virtual void anchor();
5358

0 commit comments

Comments
 (0)