summaryrefslogtreecommitdiff
path: root/gcc/tree-parloops.c
diff options
context:
space:
mode:
authorrazya <razya@138bc75d-0d04-0410-961f-82ee72b054a4>2009-09-03 09:38:54 +0000
committerrazya <razya@138bc75d-0d04-0410-961f-82ee72b054a4>2009-09-03 09:38:54 +0000
commit47dab8d2204ff6faf196d321f66d2ed97d06b4fb (patch)
tree4f327b66ca7799f30d867bd6b897e3b4a245152a /gcc/tree-parloops.c
parentbea31c0cdbeeac63603f181da1d71597f23ed495 (diff)
downloadgcc-47dab8d2204ff6faf196d321f66d2ed97d06b4fb.tar.gz
* tree-parloops.c (separate_decls_in_region): Add space
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@151374 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-parloops.c')
-rw-r--r--gcc/tree-parloops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-parloops.c b/gcc/tree-parloops.c
index b671fd70836..0053ad28c96 100644
--- a/gcc/tree-parloops.c
+++ b/gcc/tree-parloops.c
@@ -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). */