[cfe-commits] r58487 - /cfe/trunk/lib/Analysis/GRExprEngine.cpp
Zhongxing Xu
xuzhongxing at gmail.com
Thu Oct 30 20:01:27 PDT 2008
Author: zhongxingxu
Date: Thu Oct 30 22:01:26 2008
New Revision: 58487
URL: http://llvm.org/viewvc/llvm-project?rev=58487&view=rev
Log:
Fix a comment.
Modified:
cfe/trunk/lib/Analysis/GRExprEngine.cpp
Modified: cfe/trunk/lib/Analysis/GRExprEngine.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Analysis/GRExprEngine.cpp?rev=58487&r1=58486&r2=58487&view=diff
==============================================================================
--- cfe/trunk/lib/Analysis/GRExprEngine.cpp (original)
+++ cfe/trunk/lib/Analysis/GRExprEngine.cpp Thu Oct 30 22:01:26 2008
@@ -1681,7 +1681,7 @@
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.
More information about the cfe-commits
mailing list