Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / unsorted / 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;