* tree-vectorizer.c (gate_increase_alignment): Fix return type.

From-SVN: r120589
This commit is contained in:
Jan Hubicka 2007-01-08 22:51:44 +01:00 committed by Jan Hubicka
parent 8444a5de7e
commit fe1c75466e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-01-08 Jan Hubicka <jh@suse.cz>
* tree-vectorizer.c (gate_increase_alignment): Fix return type.
2007-01-08 Richard Guenther <rguenther@suse.de>
* tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Use type

View File

@ -2255,7 +2255,7 @@ increase_alignment (void)
return 0;
}
static int
static bool
gate_increase_alignment (void)
{
return flag_section_anchors && flag_tree_vectorize;