Skip to content

Commit 09b6765

Browse files
committed
[InstCombine] Remove trailing space in comment; NFC
1 parent b95c9b7 commit 09b6765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@ Value *InstCombinerImpl::SimplifyDemandedUseBits(Value *V, APInt DemandedMask,
918918
SimplifyDemandedBits(I, 1, DemandedMaskRHS, RHSKnown, Depth + 1))
919919
return I;
920920
} else { // fshl is a rotate
921-
// Avoid converting rotate into funnel shift.
921+
// Avoid converting rotate into funnel shift.
922922
// Only simplify if one operand is constant.
923923
LHSKnown = computeKnownBits(I->getOperand(0), Depth + 1, I);
924924
if (DemandedMaskLHS.isSubsetOf(LHSKnown.Zero | LHSKnown.One) &&

0 commit comments

Comments
 (0)