From: Craig Topper Date: Tue, 25 Jan 2022 00:56:29 +0000 (-0800) Subject: [RISCV] Add missing space to 'clang-format on' directive. NFC X-Git-Tag: upstream/15.0.7~19309 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fd0a4bc76bd93d81ca3acecb2ce07513d64060be;p=platform%2Fupstream%2Fllvm.git [RISCV] Add missing space to 'clang-format on' directive. NFC Without a space after the comment characters it seems to be ignored. --- diff --git a/llvm/lib/Target/RISCV/RISCVInstrInfo.cpp b/llvm/lib/Target/RISCV/RISCVInstrInfo.cpp index 2ab9ab6..7baed27 100644 --- a/llvm/lib/Target/RISCV/RISCVInstrInfo.cpp +++ b/llvm/lib/Target/RISCV/RISCVInstrInfo.cpp @@ -1729,7 +1729,7 @@ MachineInstr *RISCVInstrInfo::convertToThreeAddress(MachineInstr &MI, CASE_WIDEOP_CHANGE_OPCODE_LMULS(WSUB_WV) CASE_WIDEOP_CHANGE_OPCODE_LMULS(WSUBU_WV) } - //clang-format on + // clang-format on MachineBasicBlock &MBB = *MI.getParent(); MachineInstrBuilder MIB = BuildMI(MBB, MI, MI.getDebugLoc(), get(NewOpc))