* tree-ssa-loop-manip.c (split_loop_exit_edge): Return the new block.
[official-gcc.git] / gcc / testsuite / gcc.dg / pr27150-1.c
blob03810cd7e15c50d9c808d2fda7a699c37debec15
1 /* { dg-do compile } */
2 /* { dg-options "-O2" } */
3 int g(int f)
5 return (&f)!=0;