Author: kremenek
Date: Mon Jul  6 17:59:23 2009
New Revision: 74877

URL: http://llvm.org/viewvc/llvm-project?rev=74877&view=rev
Log:
Fix 80 col violation.

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=74877&r1=74876&r2=74877&view=diff

==============================================================================
--- cfe/trunk/lib/Analysis/Store.cpp (original)
+++ cfe/trunk/lib/Analysis/Store.cpp Mon Jul  6 17:59:23 2009
@@ -91,10 +91,10 @@
     case MemRegion::FieldRegionKind:
     case MemRegion::ObjCIvarRegionKind:
     case MemRegion::VarRegionKind: {
-      // VarRegion, ElementRegion, and FieldRegion has an inherent type. 
Normally
-      // they should not be cast. We only layer an ElementRegion when the 
cast-to
-      // pointee type is of smaller size. In other cases, we return the 
original
-      // VarRegion.
+      // VarRegion, ElementRegion, and FieldRegion has an inherent type.
+      // Normally they should not be cast. We only layer an ElementRegion when
+      // the cast-to pointee type is of smaller size. In other cases, we return
+      // the original VarRegion.
       
       // If the pointee type is incomplete, do not compute its size, and return
       // the original region.


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to