OSDN Git Service

* config/alpha/alpha.c (code_for_builtin): Declare as enum insn_code.
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 27 Apr 2009 07:20:29 +0000 (07:20 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 27 Apr 2009 07:20:29 +0000 (07:20 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146826 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/alpha/alpha.c

index 1231e59..67a820e 100644 (file)
@@ -1,3 +1,7 @@
+2009-04-27  Uros Bizjak  <ubizjak@gmail.com>
+
+       * config/alpha/alpha.c (code_for_builtin): Declare as enum insn_code.
+
 2009-04-27  Jan Hubicka  <jh@suse.cz>
 
        * ipa-pure-const.c (struct funct_state_d): New fields
@@ -13,8 +17,7 @@
 
 2009-04-26  Michael Matz  <matz@suse.de>
 
-       * tree-flow.h (tree_ann_common_d): Remove aux and value_handle
-       members.
+       * tree-flow.h (tree_ann_common_d): Remove aux and value_handle members.
 
 2009-04-26  Michael Matz  <matz@suse.de>
 
@@ -61,8 +64,7 @@
 
        * ssaexpand.h: New file.
        * expr.c (toplevel): Include ssaexpand.h.
-       (expand_assignment): Handle SSA names the same as register
-       variables.
+       (expand_assignment): Handle SSA names the same as register variables.
        (expand_expr_real_1): Expand SSA names.
        * cfgexpand.c (toplevel): Include ssaexpand.h.
        (SA): New global variable.
        (set_location_for_edge): New static helper.
        (create_temp): Remove.
        (insert_partition_copy_on_edge, insert_part_to_rtx_on_edge,
-       insert_value_copy_on_edge, insert_rtx_to_part_on_edge): New
-       functions.
+       insert_value_copy_on_edge, insert_rtx_to_part_on_edge): New functions.
        (new_elim_graph): Allocate const_dests member.
        (clean_elim_graph): Truncate const_dests member.
        (delete_elim_graph): Free const_dests member.
index 8597e66..931d0ea 100644 (file)
@@ -6357,7 +6357,7 @@ enum alpha_builtin
   ALPHA_BUILTIN_max
 };
 
-static unsigned int const code_for_builtin[ALPHA_BUILTIN_max] = {
+static enum insn_code const code_for_builtin[ALPHA_BUILTIN_max] = {
   CODE_FOR_builtin_cmpbge,
   CODE_FOR_builtin_extbl,
   CODE_FOR_builtin_extwl,