Skip to content

Commit b010747

Browse files
tsymallaThomas Symalla
andauthored
[NFC] Fix typo in ConstraintElimination assertion. (#75151)
unsinged => unsigned Co-authored-by: Thomas Symalla <[email protected]>
1 parent 50c174f commit b010747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Scalar/ConstraintElimination.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ static Decomposition decomposeGEP(GEPOperator &GEP,
431431
return &GEP;
432432

433433
assert(!IsSigned && "The logic below only supports decomposition for "
434-
"unsinged predicates at the moment.");
434+
"unsigned predicates at the moment.");
435435
const auto &[BasePtr, ConstantOffset, VariableOffsets, AllInbounds] =
436436
collectOffsets(GEP, DL);
437437
if (!BasePtr || !AllInbounds)

0 commit comments

Comments
 (0)