We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c219bb0 commit d4d36dfCopy full SHA for d4d36df
llvm/include/llvm/Analysis/SimplifyQuery.h
@@ -63,8 +63,6 @@ struct InstrInfoQuery {
63
struct CondContext {
64
Value *Cond;
65
bool Invert = false;
66
- // Condition is true if CxtI is in the true successor of Cond.
67
- bool CondIsTrue = false;
68
SmallPtrSet<Value *, 4> AffectedValues;
69
70
CondContext(Value *Cond) : Cond(Cond) {}
0 commit comments