Skip to content

Commit 54fd5cf

Browse files
committed
[RISCV] Fix typo in comment. NFC
1 parent 0047b17 commit 54fd5cf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3175,8 +3175,9 @@ bool RISCVDAGToDAGISel::doPeepholeMaskedRVV(SDNode *N) {
31753175
unsigned Opc = IsTA ? I->UnmaskedPseudo : I->UnmaskedTUPseudo;
31763176

31773177
// Check that we're dropping the mask operand and any policy operand
3178-
// when we transform to this unmasked pseudo. Additionally, if this insturtion
3179-
// is tail agnostic, the unmasked instruction should not have a merge op.
3178+
// when we transform to this unmasked pseudo. Additionally, if this
3179+
// instruction is tail agnostic, the unmasked instruction should not have a
3180+
// merge op.
31803181
uint64_t TSFlags = TII.get(Opc).TSFlags;
31813182
assert((IsTA != RISCVII::hasMergeOp(TSFlags)) &&
31823183
RISCVII::hasDummyMaskOp(TSFlags) &&

0 commit comments

Comments
 (0)