forked from OSchip/llvm-project
parent
3de20c55e9
commit
f1e2c829d5
|
@ -126,7 +126,8 @@ public:
|
|||
|
||||
void addTransition(const GRState *state) {
|
||||
assert(state);
|
||||
if (state != B.GetState(Pred))
|
||||
if (state != getState() ||
|
||||
(state && state != B.GetState(Pred)))
|
||||
GenerateNode(state, true);
|
||||
else
|
||||
Dst.Add(Pred);
|
||||
|
|
Loading…
Reference in New Issue