On Jul 21, 2013, at 7:32 AM, Ondřej Bílka <nel...@seznam.cz> wrote: > This is series of typo fixing patches.
I reviewed and checked in all that changes to gcc/tree\* that were trivial. I left out ok->OK, and --- a/gcc/tree-ssa-pre.c +++ b/gcc/tree-ssa-pre.c @@ -1894,7 +1894,7 @@ value_dies_in_block_x (pre_expr expr, basic_block block) /* A memory expression {e, VUSE} dies in the block if there is a statement that may clobber e. If, starting statement walk from the top of the basic block, a statement uses VUSE there can be no kill - inbetween that use and the original statement that loaded {e, VUSE}, + between that use and the original statement that loaded {e, VUSE}, so we can stop walking. */ ref.base = NULL_TREE; for (gsi = gsi_start_bb (block); !gsi_end_p (gsi); gsi_next (&gsi)) which I didn't find trivial (being very conservative here). For the first, I prefer ok (as do many contributors).