Add comments.

llvm-svn: 97020
This commit is contained in:
Zhongxing Xu 2010-02-24 04:54:56 +00:00
parent 3ea9066bb4
commit af5b0754b1
1 changed files with 2 additions and 0 deletions

View File

@ -147,6 +147,8 @@ public:
void addTransition(const GRState *state) {
assert(state);
// If the 'state' is not new, we need to check if the cached state 'ST'
// is new.
if (state != getState() || (ST && ST != B.GetState(Pred)))
GenerateNode(state, true);
else