Skip to content

Commit a50f3b5

Browse files
committed
VT: revert useless change
1 parent 5a9eeca commit a50f3b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Analysis/ValueTracking.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9335,8 +9335,8 @@ static bool isTruePredicate(CmpInst::Predicate Pred, const Value *LHS,
93359335
/// Return true if "icmp Pred BLHS BRHS" is true whenever "icmp Pred
93369336
/// ALHS ARHS" is true. Otherwise, return std::nullopt.
93379337
static std::optional<bool>
9338-
isImpliedCondOperands(CmpPredicate Pred, const Value *ALHS, const Value *ARHS,
9339-
const Value *BLHS, const Value *BRHS) {
9338+
isImpliedCondOperands(CmpInst::Predicate Pred, const Value *ALHS,
9339+
const Value *ARHS, const Value *BLHS, const Value *BRHS) {
93409340
switch (Pred) {
93419341
default:
93429342
return std::nullopt;

0 commit comments

Comments
 (0)