* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / xc.c
blobaed06a04ecdd6f3afa5ad1184fdf895eaf235087
1 foo (a, p)
2 int *p;
4 int b;
6 a++;
7 b = *p;
8 if (a)
9 return 1;
10 return b;