Skip to content

Commit 632b46d

Browse files
asbGeorgeARM
authored andcommitted
[RISCV][NFC] Add missed // clang-format on
clang-format was turned off for the defines, but there was no matching `// clang-format on` comment at the end. Ran into this in llvm#137973
1 parent eba4aec commit 632b46d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Target/RISCV/RISCVInstrInfo.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3737,6 +3737,7 @@ bool RISCVInstrInfo::findCommutedOpIndices(const MachineInstr &MI,
37373737
CASE_VFMA_CHANGE_OPCODE_LMULS_MF4(OLDOP, NEWOP, VFPR16, E16) \
37383738
CASE_VFMA_CHANGE_OPCODE_LMULS_MF2(OLDOP, NEWOP, VFPR32, E32) \
37393739
CASE_VFMA_CHANGE_OPCODE_LMULS_M1(OLDOP, NEWOP, VFPR64, E64)
3740+
// clang-format on
37403741

37413742
MachineInstr *RISCVInstrInfo::commuteInstructionImpl(MachineInstr &MI,
37423743
bool NewMI,

0 commit comments

Comments
 (0)