Skip to content

Commit b92bf0d

Browse files
committed
[RISCV] Disable clang-format around the RISCVISD opcode enum. NFC
1 parent 68106bd commit b92bf0d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/lib/Target/RISCV/RISCVISelLowering.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ namespace llvm {
2525
class InstructionCost;
2626
class RISCVSubtarget;
2727
struct RISCVRegisterInfo;
28+
2829
namespace RISCVISD {
30+
// clang-format off
2931
enum NodeType : unsigned {
3032
FIRST_NUMBER = ISD::BUILTIN_OP_END,
3133
RET_GLUE,
@@ -421,6 +423,7 @@ enum NodeType : unsigned {
421423
TH_SWD,
422424
TH_SDD,
423425
};
426+
// clang-format on
424427
} // namespace RISCVISD
425428

426429
class RISCVTargetLowering : public TargetLowering {

0 commit comments

Comments
 (0)