[RISCV] Add missing space to 'clang-format on' directive. NFC
authorCraig Topper <craig.topper@sifive.com>
Tue, 25 Jan 2022 00:56:29 +0000 (16:56 -0800)
committerCraig Topper <craig.topper@sifive.com>
Tue, 25 Jan 2022 01:00:37 +0000 (17:00 -0800)
Without a space after the comment characters it seems to be ignored.

llvm/lib/Target/RISCV/RISCVInstrInfo.cpp

index 2ab9ab6..7baed27 100644 (file)
@@ -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))