* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / xlop.c
blob6506bfd3415ef11ef6eb815446ae8a55e4476491
1 foo (a)
3 int b;
4 do
6 b = bar ();
7 a = b - 10;
9 while (a > 10);
10 return a;