tree-optimization/115388 - wrong DSE in irreductible regions
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr22589-1.c
blobd9cc0cfb5b48c773a47fb184b544b06500320b22
1 int bar (char *foo)
3 return (long long) ((int) foo + 0) < 0;