forked from OSchip/llvm-project
parent
3afea1d8fe
commit
aafa1425e9
|
@ -28,7 +28,7 @@ class GRWorkListUnit {
|
||||||
ExplodedNode* Node;
|
ExplodedNode* Node;
|
||||||
GRBlockCounter Counter;
|
GRBlockCounter Counter;
|
||||||
CFGBlock* Block;
|
CFGBlock* Block;
|
||||||
unsigned BlockIdx;
|
unsigned BlockIdx; // This is the index of the next statement.
|
||||||
|
|
||||||
public:
|
public:
|
||||||
GRWorkListUnit(ExplodedNode* N, GRBlockCounter C,
|
GRWorkListUnit(ExplodedNode* N, GRBlockCounter C,
|
||||||
|
|
Loading…
Reference in New Issue