Add comments to test case.

llvm-svn: 72165
This commit is contained in:
Zhongxing Xu 2009-05-20 09:03:10 +00:00
parent a7907608fb
commit 1f275ba1b4
1 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,8 @@ void f6() {
char *p;
p = __builtin_alloca(10);
p[1] = 'a';
// Test if RegionStore::EvalBinOp converts the alloca region to element
// region.
p += 2;
}