[llvm] 8b014ad - [M68k][NFC] Fix typo in comment. PCD->PCI.
Jim Lin via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 3 19:18:42 PST 2022
Author: Jim Lin
Date: 2022-01-04T11:14:49+08:00
New Revision: 8b014ad725eb7a132819f138abd34e886bdb98df
URL: https://github.com/llvm/llvm-project/commit/8b014ad725eb7a132819f138abd34e886bdb98df
DIFF: https://github.com/llvm/llvm-project/commit/8b014ad725eb7a132819f138abd34e886bdb98df.diff
LOG: [M68k][NFC] Fix typo in comment. PCD->PCI.
Added:
Modified:
llvm/lib/Target/M68k/M68kInstrInfo.td
Removed:
################################################################################
diff --git a/llvm/lib/Target/M68k/M68kInstrInfo.td b/llvm/lib/Target/M68k/M68kInstrInfo.td
index e2a7fb48ddc07..87ae7be9578a2 100644
--- a/llvm/lib/Target/M68k/M68kInstrInfo.td
+++ b/llvm/lib/Target/M68k/M68kInstrInfo.td
@@ -587,8 +587,8 @@ class MxType<ValueType vt, string prefix, string postfix,
// qOp: Supported PCD operand
// qPat: What PCD pattern is used
MxOperand qOp, ComplexPattern qPat,
- // kOp: Supported PCD operand
- // kPat: What PCD pattern is used
+ // kOp: Supported PCI operand
+ // kPat: What PCI pattern is used
MxOperand kOp, ComplexPattern kPat,
// iOp: Supported immediate operand
// iPat: What immediate pattern is used
More information about the llvm-commits
mailing list