tree-parloops.c (separate_decls_in_region): Add space
authorRazya Ladelsky <razya@il.ibm.com>
Thu, 3 Sep 2009 09:38:54 +0000 (09:38 +0000)
committerRazya Ladelsky <razya@gcc.gnu.org>
Thu, 3 Sep 2009 09:38:54 +0000 (09:38 +0000)
* tree-parloops.c (separate_decls_in_region): Add space

From-SVN: r151374

gcc/ChangeLog
gcc/tree-parloops.c

index d419771..26e65c5 100644 (file)
@@ -1,5 +1,9 @@
 2009-09-03  Razya Ladelsky  <razya@il.ibm.com>
 
+       * tree-parloops.c (separate_decls_in_region): Add space.
+               
+2009-09-03  Razya Ladelsky  <razya@il.ibm.com>
+
        * tree-parloops.c (separate_decls_in_region): Change the condition 
        checking if there are reductions in the loop.
 
index b671fd7..0053ad2 100644 (file)
@@ -1135,7 +1135,7 @@ separate_decls_in_region (edge entry, edge exit, htab_t reduction_list,
 
   VEC_free (basic_block, heap, body);
 
-  if (htab_elements (name_copies) == 0 && htab_elements (reduction_list)==0) 
+  if (htab_elements (name_copies) == 0 && htab_elements (reduction_list) == 0) 
     {
       /* It may happen that there is nothing to copy (if there are only
          loop carried and external variables in the loop).  */