Re: [PATCH 2/3] Factor out duplicate code in gimplify_scan_omp_clauses

2018-12-18 Thread Jakub Jelinek
On Sat, Nov 10, 2018 at 09:11:19AM -0800, Julian Brown wrote: > This patch, created while trying to figure out the open-coded linked-list > handling in gimplify_scan_omp_clauses, factors out four somewhat > repetitive portions of that function into two new outlined functions. > This was done largel

Re: [PATCH 2/3] Factor out duplicate code in gimplify_scan_omp_clauses

2018-12-18 Thread Julian Brown
On Sat, 10 Nov 2018 09:11:19 -0800 Julian Brown wrote: > This patch, created while trying to figure out the open-coded > linked-list handling in gimplify_scan_omp_clauses, factors out four > somewhat repetitive portions of that function into two new outlined > functions. This was done largely mec

[PATCH 2/3] Factor out duplicate code in gimplify_scan_omp_clauses

2018-11-10 Thread Julian Brown
This patch, created while trying to figure out the open-coded linked-list handling in gimplify_scan_omp_clauses, factors out four somewhat repetitive portions of that function into two new outlined functions. This was done largely mechanically; the actual lines of executed code are more-or-less th