aboutsummaryrefslogtreecommitdiff
path: root/gcc/graphite-clast-to-gimple.c
diff options
context:
space:
mode:
authorSebastian Pop <sebastian.pop@amd.com>2011-07-05 14:50:13 +0000
committerSebastian Pop <sebastian.pop@amd.com>2011-07-05 14:50:13 +0000
commit4f6b9f9fd6e8bca2fe70bced0e47e3c93be181ae (patch)
treefbcb5c7fa115b934617ff3da18819efb41146462 /gcc/graphite-clast-to-gimple.c
parentd76814fed49d31fb06e877d54a183b8543025b33 (diff)
Correct typo.
* graphite-clast-to-gimple.c (clast_name_to_index): Add missing space. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@175858 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/graphite-clast-to-gimple.c')
-rw-r--r--gcc/graphite-clast-to-gimple.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/graphite-clast-to-gimple.c b/gcc/graphite-clast-to-gimple.c
index c8356d34a63..4a4c3d20718 100644
--- a/gcc/graphite-clast-to-gimple.c
+++ b/gcc/graphite-clast-to-gimple.c
@@ -88,7 +88,7 @@ clast_name_to_index (clast_name_p name, htab_t index_table)
#ifdef CLOOG_ORG
gcc_assert (name->type == clast_expr_name);
- tmp.name = ((const struct clast_name*) name)->name;
+ tmp.name = ((const struct clast_name *) name)->name;
#else
tmp.name = name;
#endif