Commit 369e3430 by Sebastian Pop Committed by Sebastian Pop

Correct typo.

	* graphite-clast-to-gimple.c (clast_name_to_index): Add missing space.

From-SVN: r175858
parent f395f5e2
2011-07-05 Sebastian Pop <sebastian.pop@amd.com>
* graphite-clast-to-gimple.c (clast_name_to_index): Add missing space.
2011-07-05 Richard Guenther <rguenther@suse.de> 2011-07-05 Richard Guenther <rguenther@suse.de>
* c-decl.c (c_init_decl_processing): Defer building common * c-decl.c (c_init_decl_processing): Defer building common
......
...@@ -88,7 +88,7 @@ clast_name_to_index (clast_name_p name, htab_t index_table) ...@@ -88,7 +88,7 @@ clast_name_to_index (clast_name_p name, htab_t index_table)
#ifdef CLOOG_ORG #ifdef CLOOG_ORG
gcc_assert (name->type == clast_expr_name); gcc_assert (name->type == clast_expr_name);
tmp.name = ((const struct clast_name*) name)->name; tmp.name = ((const struct clast_name *) name)->name;
#else #else
tmp.name = name; tmp.name = name;
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment