Commit 942ca20a by Uros Bizjak

reg-stack.c (struct tree_opt_pass pass_stack_regs): Nullify name and letter field.

        * reg-stack.c (struct tree_opt_pass pass_stack_regs): Nullify name
        and letter field.

From-SVN: r126551
parent 7313518b
2007-07-11 Uros Bizjak <ubizjak@gmail.com>
* reg-stack.c (struct tree_opt_pass pass_stack_regs): Nullify name
and letter field.
2007-07-11 Douglas Gregor <doug.gregor@gmail.com> 2007-07-11 Douglas Gregor <doug.gregor@gmail.com>
* params.def (PARAM_VERIFY_CANONICAL_TYPES): Remove. * params.def (PARAM_VERIFY_CANONICAL_TYPES): Remove.
...@@ -16,10 +21,9 @@ ...@@ -16,10 +21,9 @@
2007-07-11 Richard Sandiford <richard@codesourcery.com> 2007-07-11 Richard Sandiford <richard@codesourcery.com>
* config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Handle -m4ksc and * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Handle -m4ksc and -m4ksd.
-m4ksd. * config/mips/mips.c (mips_cpu_info_table): Mention
* config/mips/mips.c (mips_cpu_info_table): Mention MIPS_ISA_LEVEL_SPEC MIPS_ISA_LEVEL_SPEC in the comment.
in the comment.
2007-07-11 Eric Botcazou <ebotcazou@adacore.com> 2007-07-11 Eric Botcazou <ebotcazou@adacore.com>
......
...@@ -3203,7 +3203,7 @@ gate_handle_stack_regs (void) ...@@ -3203,7 +3203,7 @@ gate_handle_stack_regs (void)
struct tree_opt_pass pass_stack_regs = struct tree_opt_pass pass_stack_regs =
{ {
"stack", /* name */ NULL, /* name */
gate_handle_stack_regs, /* gate */ gate_handle_stack_regs, /* gate */
NULL, /* execute */ NULL, /* execute */
NULL, /* sub */ NULL, /* sub */
...@@ -3215,7 +3215,7 @@ struct tree_opt_pass pass_stack_regs = ...@@ -3215,7 +3215,7 @@ struct tree_opt_pass pass_stack_regs =
0, /* properties_destroyed */ 0, /* properties_destroyed */
0, /* todo_flags_start */ 0, /* todo_flags_start */
0, /* todo_flags_finish */ 0, /* todo_flags_finish */
'k' /* letter */ 0 /* letter */
}; };
/* Convert register usage from flat register file usage to a stack /* Convert register usage from flat register file usage to a stack
......
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