mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-27 07:31:28 +00:00
[analyzer] Add missing state transition in IteratorChecker.
After cleaning up program state maps in `checkDeadSymbols()`, a transition should be added to generate the new state. Differential Revision: https://reviews.llvm.org/D47417 llvm-svn: 338263
This commit is contained in:
parent
22ff9f94bb
commit
e48ea894c6
@ -551,6 +551,8 @@ void IteratorChecker::checkDeadSymbols(SymbolReaper &SR,
|
||||
State = State->remove<IteratorComparisonMap>(Comp.first);
|
||||
}
|
||||
}
|
||||
|
||||
C.addTransition(State);
|
||||
}
|
||||
|
||||
ProgramStateRef IteratorChecker::evalAssume(ProgramStateRef State, SVal Cond,
|
||||
|
Loading…
Reference in New Issue
Block a user