Add a comment.

llvm-svn: 89032
This commit is contained in:
Zhongxing Xu 2009-11-17 03:20:08 +00:00
parent 3afea1d8fe
commit aafa1425e9
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class GRWorkListUnit {
ExplodedNode* Node;
GRBlockCounter Counter;
CFGBlock* Block;
unsigned BlockIdx;
unsigned BlockIdx; // This is the index of the next statement.
public:
GRWorkListUnit(ExplodedNode* N, GRBlockCounter C,