This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tuples] convert cfg code related to openmp
- From: Aldy Hernandez <aldyh at redhat dot com>
- To: dnovillo at google dot com, gcc-patches at gcc dot gnu dot org
- Date: Thu, 8 May 2008 10:42:42 -0400
- Subject: Re: [tuples] convert cfg code related to openmp
- References: <20080508144039.GA23910@redhat.com>
> * gimple-pretty-print.c (dump_gimple_omp_parallel): Print child fn
> and data_arg.
Oh yeah, I also found the pretty print code dumping GIMPLE_OMP_PARALLEL
didn't include the child function and data arguments as the tree
pretty printer does. I fixed it along with this patch.
Aldy