Skip to content

Commit d556a20

Browse files
committed
Correctly re-enable clang-format
1 parent 0513492 commit d556a20

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Target/VE/Disassembler/VEDisassembler.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,7 @@ static const unsigned MiscRegDecoderTable[] = {
128128
VE::PMC4, VE::PMC5, VE::PMC6, VE::PMC7,
129129
VE::PMC8, VE::PMC9, VE::PMC10, VE::PMC11,
130130
VE::PMC12, VE::PMC13, VE::PMC14};
131-
// clang-format off
132-
131+
// clang-format on
133132

134133
static DecodeStatus DecodeI32RegisterClass(MCInst &Inst, unsigned RegNo,
135134
uint64_t Address,

0 commit comments

Comments
 (0)