Commit e3136fa2 by Uros Bizjak

alpha.c (code_for_builtin): Declare as enum insn_code.

	* config/alpha/alpha.c (code_for_builtin): Declare as enum insn_code.

From-SVN: r146826
parent 7409e5a5
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> 2009-04-27 Jan Hubicka <jh@suse.cz>
* ipa-pure-const.c (struct funct_state_d): New fields * ipa-pure-const.c (struct funct_state_d): New fields
...@@ -13,8 +17,7 @@ ...@@ -13,8 +17,7 @@
2009-04-26 Michael Matz <matz@suse.de> 2009-04-26 Michael Matz <matz@suse.de>
* tree-flow.h (tree_ann_common_d): Remove aux and value_handle * tree-flow.h (tree_ann_common_d): Remove aux and value_handle members.
members.
2009-04-26 Michael Matz <matz@suse.de> 2009-04-26 Michael Matz <matz@suse.de>
...@@ -61,8 +64,7 @@ ...@@ -61,8 +64,7 @@
* ssaexpand.h: New file. * ssaexpand.h: New file.
* expr.c (toplevel): Include ssaexpand.h. * expr.c (toplevel): Include ssaexpand.h.
(expand_assignment): Handle SSA names the same as register (expand_assignment): Handle SSA names the same as register variables.
variables.
(expand_expr_real_1): Expand SSA names. (expand_expr_real_1): Expand SSA names.
* cfgexpand.c (toplevel): Include ssaexpand.h. * cfgexpand.c (toplevel): Include ssaexpand.h.
(SA): New global variable. (SA): New global variable.
...@@ -112,8 +114,7 @@ ...@@ -112,8 +114,7 @@
(set_location_for_edge): New static helper. (set_location_for_edge): New static helper.
(create_temp): Remove. (create_temp): Remove.
(insert_partition_copy_on_edge, insert_part_to_rtx_on_edge, (insert_partition_copy_on_edge, insert_part_to_rtx_on_edge,
insert_value_copy_on_edge, insert_rtx_to_part_on_edge): New insert_value_copy_on_edge, insert_rtx_to_part_on_edge): New functions.
functions.
(new_elim_graph): Allocate const_dests member. (new_elim_graph): Allocate const_dests member.
(clean_elim_graph): Truncate const_dests member. (clean_elim_graph): Truncate const_dests member.
(delete_elim_graph): Free const_dests member. (delete_elim_graph): Free const_dests member.
......
...@@ -6357,7 +6357,7 @@ enum alpha_builtin ...@@ -6357,7 +6357,7 @@ enum alpha_builtin
ALPHA_BUILTIN_max 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_cmpbge,
CODE_FOR_builtin_extbl, CODE_FOR_builtin_extbl,
CODE_FOR_builtin_extwl, CODE_FOR_builtin_extwl,
......
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