Concretize locals within expand_omp_for_init_counts
commit7adc5519dccf5bc28755edd0411037a3564f3983
authorDavid Malcolm <dmalcolm@redhat.com>
Thu, 19 Dec 2013 22:24:55 +0000 (19 17:24 -0500)
committerDavid Malcolm <dmalcolm@redhat.com>
Fri, 24 Oct 2014 21:25:15 +0000 (24 17:25 -0400)
tree0746a6b728d11937d22e86fe57c6ed43a95c7190
parentfec8deb4dfc10e8d4023426c79edd206a3f04c26
Concretize locals within expand_omp_for_init_counts

This corresponds to:
  [PATCH 70/89] Concretize locals within expand_omp_for_init_counts
  https://gcc.gnu.org/ml/gcc-patches/2014-04/msg01183.html
from the original 89-patch kit

That earlier patch was approved by Jeff:
> OK once prerequisites have gone in.
in https://gcc.gnu.org/ml/gcc-patches/2014-05/msg00836.html

gcc/
* omp-low.c (expand_omp_for_init_counts): Eliminate local "stmt"
in favor of new locals "cond_stmt" and "assign_stmt" with more
concrete types.
gcc/ChangeLog.gimple-classes
gcc/omp-low.c