Skip to content

Commit d4d36df

Browse files
committed
Use !CondContext.Invert instead of CondIsTrue
1 parent c219bb0 commit d4d36df

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/include/llvm/Analysis/SimplifyQuery.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ struct InstrInfoQuery {
6363
struct CondContext {
6464
Value *Cond;
6565
bool Invert = false;
66-
// Condition is true if CxtI is in the true successor of Cond.
67-
bool CondIsTrue = false;
6866
SmallPtrSet<Value *, 4> AffectedValues;
6967

7068
CondContext(Value *Cond) : Cond(Cond) {}

0 commit comments

Comments
 (0)