* tree-vectorizer.c (gate_increase_alignment): Fix return type.
authorJan Hubicka <jh@suse.cz>
Mon, 8 Jan 2007 21:51:44 +0000 (22:51 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Mon, 8 Jan 2007 21:51:44 +0000 (21:51 +0000)
From-SVN: r120589

gcc/ChangeLog
gcc/tree-vectorizer.c

index c892de9..4935bec 100644 (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
index aeda161..b7b3bad 100644 (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;