[NFC] Edit the comment in M68kInstrInfo::ExpandMOVSZX_RM
authorhyeongyu kim <gusrb406@snu.ac.kr>
Tue, 13 Jul 2021 06:10:24 +0000 (15:10 +0900)
committerhyeongyu kim <gusrb406@snu.ac.kr>
Tue, 13 Jul 2021 06:10:24 +0000 (15:10 +0900)
llvm/lib/Target/M68k/M68kInstrInfo.cpp

index 67b3a9f..0eddd8c 100644 (file)
@@ -442,8 +442,8 @@ bool M68kInstrInfo::ExpandMOVSZX_RM(MachineInstrBuilder &MIB, bool IsSigned,
   // We need the subreg of Dst to make instruction verifier happy because the
   // real machine instruction consumes and produces values of the same size and
   // the registers the will be used here fall into different classes and this
-  // makes IV cry. We could of course use bigger operation but this will put
-  // some pressure on cache and memory so no.
+  // makes IV cry. We could use a bigger operation, but this will put some
+  // pressure on cache and memory, so no.
   unsigned SubDst =
       RI.getSubReg(Dst, MVTSrc == MVT::i8 ? M68k::MxSubRegIndex8Lo
                                           : M68k::MxSubRegIndex16Lo);