Skip to content

Commit 3648b02

Browse files
committed
Fix comment
1 parent c85394f commit 3648b02

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
@@ -653,7 +653,7 @@ ConstraintInfo::getConstraint(CmpInst::Predicate Pred, Value *Op0, Value *Op1,
653653
bool IsEq = false;
654654
bool IsNe = false;
655655

656-
// Try to convert Pred to one of ULE/SLT/SLE/SLT.
656+
// Try to convert Pred to one of ULE/ULT/SLE/SLT.
657657
switch (Pred) {
658658
case CmpInst::ICMP_UGT:
659659
case CmpInst::ICMP_UGE:

0 commit comments

Comments
 (0)