Commit fe1c7546 by Jan Hubicka Committed by Jan Hubicka

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

From-SVN: r120589
parent 8444a5de
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) ...@@ -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;
......
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