Skip to content

Commit 4640223

Browse files
committed
[MCA] Fix a spelling mistake in a comment. NFC
1 parent d4758d4 commit 4640223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/MCA/InstrBuilder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ void InstrBuilder::populateWrites(InstrDesc &ID, const MCInst &MCI,
302302
unsigned NumVariadicOps = MCI.getNumOperands() - MCDesc.getNumOperands();
303303
ID.Writes.resize(TotalDefs + NumVariadicOps);
304304
// Iterate over the operands list, and skip non-register operands.
305-
// The first NumExplictDefs register operands are expected to be register
305+
// The first NumExplicitDefs register operands are expected to be register
306306
// definitions.
307307
unsigned CurrentDef = 0;
308308
unsigned i = 0;

0 commit comments

Comments
 (0)