[cfe-commits] r72165 - /cfe/trunk/test/Analysis/array-struct.c
Zhongxing Xu
xuzhongxing at gmail.com
Wed May 20 02:03:21 PDT 2009
Author: zhongxingxu
Date: Wed May 20 04:03:10 2009
New Revision: 72165
URL: http://llvm.org/viewvc/llvm-project?rev=72165&view=rev
Log:
Add comments to test case.
Modified:
cfe/trunk/test/Analysis/array-struct.c
Modified: cfe/trunk/test/Analysis/array-struct.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Analysis/array-struct.c?rev=72165&r1=72164&r2=72165&view=diff
==============================================================================
--- cfe/trunk/test/Analysis/array-struct.c (original)
+++ cfe/trunk/test/Analysis/array-struct.c Wed May 20 04:03:10 2009
@@ -63,6 +63,8 @@
char *p;
p = __builtin_alloca(10);
p[1] = 'a';
+ // Test if RegionStore::EvalBinOp converts the alloca region to element
+ // region.
p += 2;
}
More information about the cfe-commits
mailing list