* tree-vectorizer.c (gate_increase_alignment): Fix return type.
From-SVN: r120589
This commit is contained in:
parent
8444a5de7e
commit
fe1c75466e
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
2007-01-08 Richard Guenther <rguenther@suse.de>
|
||||||
|
|
||||||
* tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Use type
|
* tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Use type
|
||||||
|
|
|
@ -2255,7 +2255,7 @@ increase_alignment (void)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int
|
static bool
|
||||||
gate_increase_alignment (void)
|
gate_increase_alignment (void)
|
||||||
{
|
{
|
||||||
return flag_section_anchors && flag_tree_vectorize;
|
return flag_section_anchors && flag_tree_vectorize;
|
||||||
|
|
Loading…
Add table
Reference in a new issue