diff options
author | Zhongxing Xu <xuzhongxing@gmail.com> | 2008-10-31 03:01:26 +0000 |
---|---|---|
committer | Zhongxing Xu <xuzhongxing@gmail.com> | 2008-10-31 03:01:26 +0000 |
commit | a189dcaf0315ce86e76ea1491e739357b6f3f620 (patch) | |
tree | faf60ea36b68895b305ce133bde1742050ca6999 /lib/Analysis/GRExprEngine.cpp | |
parent | beb62c5836450dcdda53dca85399273acdf7104d (diff) |
Fix a comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58487 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/GRExprEngine.cpp')
-rw-r--r-- | lib/Analysis/GRExprEngine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/GRExprEngine.cpp b/lib/Analysis/GRExprEngine.cpp index 9995a397fc..cf8c25a227 100644 --- a/lib/Analysis/GRExprEngine.cpp +++ b/lib/Analysis/GRExprEngine.cpp @@ -1681,7 +1681,7 @@ void GRExprEngine::VisitInitListExpr(InitListExpr* E, NodeTy* Pred, getBasicVals().consVals(InitV, X.Vals); if (NewItr == ItrEnd) { - // Now we have a list holding all init values. Make CompoundSValData. + // Now we have a list holding all init values. Make CompoundValData. SVal V = NonLoc::MakeCompoundVal(T, NewVals, getBasicVals()); // Make final state and node. |