* tree-ssa-loop-manip.c (split_loop_exit_edge): Return the new block.
[official-gcc.git] / gcc / testsuite / gcc.dg / gomp / critical-3.c
blob79654ffbc2001893dcbee230672543d1d79551b8
1 // { dg-do compile }
2 // { dg-options "-fopenmp -O1 -fdump-tree-ompexp" }
4 void bar(void);
5 void foo(void)
7 #pragma omp critical (xyzzy)
8 bar();
11 // { dg-final { scan-tree-dump-times "\\&\\.gomp_critical_user_xyzzy" 2 "ompexp" } }
12 // { dg-final { cleanup-tree-dump "ompexp" } }