Skip to content

Commit 217a293

Browse files
committed
minor change
1 parent 2a8a66a commit 217a293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/PowerPC/PPC.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ def get64BitInstrFromSignedExt32BitInstr : InstrMapping {
540540
let RowFields = ["Inst"];
541541
// Instructions with the same Interpretation64Bit value form a column.
542542
let ColFields = ["Interpretation64Bit"];
543-
// The key column are not the Interpretation64Bit-form instructions.
543+
// The key column are not the Interpretation64Bit-form instructions.
544544
let KeyCol = ["0"];
545545
// Value columns are the Interpretation64Bit-form instructions.
546546
let ValueCols = [["1"]];

0 commit comments

Comments
 (0)