Skip to content

Commit 61f4b07

Browse files
committed
Spacing fixup for TD file per review
Signed-off-by: Luke Quinn <[email protected]>
1 parent 597e802 commit 61f4b07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/RISCV/RISCVInstrInfo.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ def LeadingOnesMask : PatLeaf<(imm), [{
499499
return false;
500500
const auto &MO = MI.getOperand(1);
501501
return !isInt<32>(MO.getCImm()->getSExtValue()) &&
502-
isMask_64(~MO.getCImm()->getSExtValue());
502+
isMask_64(~MO.getCImm()->getSExtValue());
503503
}];
504504
}
505505

@@ -535,7 +535,7 @@ def LeadingOnesWMask : PatLeaf<(imm), [{
535535
const auto &MO = MI.getOperand(1);
536536
int64_t Imm = MO.getCImm()->getSExtValue();
537537
return !isInt<32>(Imm) && isUInt<32>(Imm) && isShiftedMask_64(Imm) &&
538-
Imm != UINT64_C(0xffffffff);
538+
Imm != UINT64_C(0xffffffff);
539539
}];
540540

541541
}

0 commit comments

Comments
 (0)