A bit of walk_gimple_op maintenance.
authorThomas Schwinge <thomas@codesourcery.com>
Fri, 12 Dec 2014 20:01:18 +0000 (21:01 +0100)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Fri, 12 Dec 2014 20:01:18 +0000 (21:01 +0100)
commit8e25a61aca4163c9f11d993dbf8aff808c41c413
tree864c9b62ba2938b139ec4ed6d2eb1d2d616aaabf
parentc0b6f54bd34fc824b7dcacf2a57b0b915852389d
A bit of walk_gimple_op maintenance.

* gimple-walk.c (walk_gimple_op) <GIMPLE_OMP_FOR>: Also check
intermediate walk_tree results for for_incr.
<GIMPLE_OMP_TARGET>: Walk child_fn and data_arg, too.
<GIMPLE_OMP_CRITICAL, GIMPLE_OMP_ATOMIC_STORE>: Pretty printing.

From-SVN: r218686
gcc/ChangeLog
gcc/gimple-walk.c