mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-21 15:20:03 +08:00
* tree-vectorizer.c (gate_increase_alignment): Fix return type.
From-SVN: r120589
This commit is contained in:
parent
8444a5de7e
commit
fe1c75466e
@ -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
|
||||
|
@ -2255,7 +2255,7 @@ increase_alignment (void)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int
|
||||
static bool
|
||||
gate_increase_alignment (void)
|
||||
{
|
||||
return flag_section_anchors && flag_tree_vectorize;
|
||||
|
Loading…
Reference in New Issue
Block a user