[cfe-commits] r74890 - /cfe/trunk/lib/Analysis/Store.cpp
Zhongxing Xu
xuzhongxing at gmail.com
Mon Jul 6 18:36:53 PDT 2009
Author: zhongxingxu
Date: Mon Jul 6 20:36:53 2009
New Revision: 74890
URL: http://llvm.org/viewvc/llvm-project?rev=74890&view=rev
Log:
fix comment.
Modified:
cfe/trunk/lib/Analysis/Store.cpp
Modified: cfe/trunk/lib/Analysis/Store.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Analysis/Store.cpp?rev=74890&r1=74889&r2=74890&view=diff
==============================================================================
--- cfe/trunk/lib/Analysis/Store.cpp (original)
+++ cfe/trunk/lib/Analysis/Store.cpp Mon Jul 6 20:36:53 2009
@@ -106,8 +106,8 @@
// the cast-to pointee type is of smaller size. In other cases, we return
// the original VarRegion.
- // If the pointee or object type is incomplete, do compute their sizes,
- // and return the original region.
+ // If the pointee or object type is incomplete, do not compute their
+ // sizes, and return the original region.
QualType ObjTy = cast<TypedRegion>(R)->getValueType(Ctx);
if (!IsCompleteType(Ctx, PointeeTy) || !IsCompleteType(Ctx, ObjTy)) {
More information about the cfe-commits
mailing list