* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / dead.c
blob795f7c7e467b598d9aaae949d999c5c4abbe74fc
1 foo (a)
3 ++a;
4 return a == 0;