summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhongxing Xu <xuzhongxing@gmail.com>2009-11-17 03:20:08 +0000
committerZhongxing Xu <xuzhongxing@gmail.com>2009-11-17 03:20:08 +0000
commitaafa1425e93980c3cbba5ed220d91d2e93b32c17 (patch)
tree636a2a395c58dd6ada0858a9f9137f587b664034
parent3afea1d8fe10b5062849399125e3fba9b6103cd1 (diff)
downloadbcm5719-llvm-aafa1425e93980c3cbba5ed220d91d2e93b32c17.tar.gz
bcm5719-llvm-aafa1425e93980c3cbba5ed220d91d2e93b32c17.zip
Add a comment.
llvm-svn: 89032
-rw-r--r--clang/include/clang/Analysis/PathSensitive/GRWorkList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Analysis/PathSensitive/GRWorkList.h b/clang/include/clang/Analysis/PathSensitive/GRWorkList.h
index 934a559770d..857fa316911 100644
--- a/clang/include/clang/Analysis/PathSensitive/GRWorkList.h
+++ b/clang/include/clang/Analysis/PathSensitive/GRWorkList.h
@@ -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,
OpenPOWER on IntegriCloud