forked from OSchip/llvm-project
parent
a7907608fb
commit
1f275ba1b4
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue