A bit of walk_gimple_op maintenance.
commitc1277edd4b50623bae89bea8cba84def9b308e77
authortschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 Dec 2014 20:01:18 +0000 (12 20:01 +0000)
committertschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 Dec 2014 20:01:18 +0000 (12 20:01 +0000)
tree864c9b62ba2938b139ec4ed6d2eb1d2d616aaabf
parentc93d516fb71f4f17ab296d273e1e6582a45ed8bb
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@218686 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/gimple-walk.c