diff options
author | Chih-Mao Chen <pkmx.tw@gmail.com> | 2018-08-14 08:08:39 +0000 |
---|---|---|
committer | Chih-Mao Chen <pkmx.tw@gmail.com> | 2018-08-14 08:08:39 +0000 |
commit | 5d94b25ffedbdc036ba467ece1695627b1210a8d (patch) | |
tree | a16877d534647ab13f3b814dad6dc284b2d4df9f /llvm/lib | |
parent | e8cf972d86a4691a3ba87c144e72f072cf21ce7b (diff) | |
download | bcm5719-llvm-5d94b25ffedbdc036ba467ece1695627b1210a8d.tar.gz bcm5719-llvm-5d94b25ffedbdc036ba467ece1695627b1210a8d.zip |
Test commit: fix punctuation
llvm-svn: 339652
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp b/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp index 8a796a014b3..6a57e0e3aa5 100644 --- a/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp +++ b/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp @@ -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(); |