Test commit: fix punctuation
authorChih-Mao Chen <pkmx.tw@gmail.com>
Tue, 14 Aug 2018 08:08:39 +0000 (08:08 +0000)
committerChih-Mao Chen <pkmx.tw@gmail.com>
Tue, 14 Aug 2018 08:08:39 +0000 (08:08 +0000)
llvm-svn: 339652

llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp

index 8a796a0..6a57e0e 100644 (file)
@@ -196,7 +196,7 @@ unsigned RISCVMCCodeEmitter::getImmOpValue(const MCInst &MI, unsigned OpNo,
   MCInstrDesc const &Desc = MCII.get(MI.getOpcode());
   unsigned MIFrm = Desc.TSFlags & RISCVII::InstFormatMask;
 
-  // If the destination is an immediate, there is nothing to do
+  // If the destination is an immediate, there is nothing to do.
   if (MO.isImm())
     return MO.getImm();