This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 1/*] Fix common typos.


On Jul 21, 2013, at 7:32 AM, OndÅej BÃlka <neleai@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).

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]