forked from OSchip/llvm-project
[InstSimplify] update stale comment; NFC
Missed this diff with rL361118. llvm-svn: 361180
This commit is contained in:
parent
e97e52757c
commit
63fa690617
|
@ -3434,7 +3434,7 @@ static Value *SimplifyFCmpInst(unsigned Predicate, Value *LHS, Value *RHS,
|
|||
}
|
||||
}
|
||||
|
||||
// Check comparison of constant with minnum with smaller constant.
|
||||
// Check comparison of [minnum/maxnum with constant] with other constant.
|
||||
const APFloat *C2;
|
||||
if ((match(LHS, m_Intrinsic<Intrinsic::minnum>(m_Value(), m_APFloat(C2))) &&
|
||||
C2->compare(*C) == APFloat::cmpLessThan) ||
|
||||
|
|
Loading…
Reference in New Issue