forked from OSchip/llvm-project
parent
3afea1d8fe
commit
aafa1425e9
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue