Re: [PATCH] Remove dead code in omp-low.c

2016-04-13 Thread Thomas Schwinge
Hi! Ping Andi's patch; I just found the same thing: On Sun, 14 Dec 2014 11:34:18 -0800, Andi Kleen wrote: > Since the accelerator changes omp_expand_local is not used anymore. Specifically, and thereabouts. As

[PATCH] Remove dead code in omp-low.c

2014-12-14 Thread Andi Kleen
From: Andi Kleen Since the accelerator changes omp_expand_local is not used anymore. Remove the dead function and another function used by it. gcc/: 2014-12-14 Andi Kleen * omp-low.c (build_omp_regions_root): Remove dead function. (omp_expand_local): Dito. * omp-low.