diff options
author | Zhongxing Xu <xuzhongxing@gmail.com> | 2009-11-17 03:20:08 +0000 |
---|---|---|
committer | Zhongxing Xu <xuzhongxing@gmail.com> | 2009-11-17 03:20:08 +0000 |
commit | aafa1425e93980c3cbba5ed220d91d2e93b32c17 (patch) | |
tree | 636a2a395c58dd6ada0858a9f9137f587b664034 | |
parent | 3afea1d8fe10b5062849399125e3fba9b6103cd1 (diff) | |
download | bcm5719-llvm-aafa1425e93980c3cbba5ed220d91d2e93b32c17.tar.gz bcm5719-llvm-aafa1425e93980c3cbba5ed220d91d2e93b32c17.zip |
Add a comment.
llvm-svn: 89032
-rw-r--r-- | clang/include/clang/Analysis/PathSensitive/GRWorkList.h | 2 |
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, |