We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a8a66a commit 217a293Copy full SHA for 217a293
llvm/lib/Target/PowerPC/PPC.td
@@ -540,7 +540,7 @@ def get64BitInstrFromSignedExt32BitInstr : InstrMapping {
540
let RowFields = ["Inst"];
541
// Instructions with the same Interpretation64Bit value form a column.
542
let ColFields = ["Interpretation64Bit"];
543
- // The key column are not the Interpretation64Bit-form instructions.
+ // The key column are not the Interpretation64Bit-form instructions.
544
let KeyCol = ["0"];
545
// Value columns are the Interpretation64Bit-form instructions.
546
let ValueCols = [["1"]];
0 commit comments