mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Typo. NFC.
llvm-svn: 267399
This commit is contained in:
parent
18108f55f4
commit
8abfdc3dfd
@ -3581,7 +3581,7 @@ bool CmpInst::isImpliedTrueByMatchingCmp(Predicate Pred1, Predicate Pred2) {
|
||||
default:
|
||||
break;
|
||||
case ICMP_EQ:
|
||||
// A == B implies A >=u B, A <=u B, A >=u B, and A <=u B are true.
|
||||
// A == B implies A >=u B, A <=u B, A >=s B, and A <=s B are true.
|
||||
return Pred2 == ICMP_UGE || Pred2 == ICMP_ULE || Pred2 == ICMP_SGE ||
|
||||
Pred2 == ICMP_SLE;
|
||||
case ICMP_UGT: // A >u B implies A != B and A >=u B are true.
|
||||
|
Loading…
x
Reference in New Issue
Block a user