[M68k][NFC] Fix typo in comment. PCD->PCI.

This commit is contained in:
Jim Lin 2022-01-04 11:11:00 +08:00
parent ea6a3f9f96
commit 8b014ad725
1 changed files with 2 additions and 2 deletions

View File

@ -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