Commit 7dc46051 by Uros Bizjak

* ChangeLog: Fix my last ChangeLog entry.

From-SVN: r130739
parent 32070c7b
...@@ -5,10 +5,11 @@ ...@@ -5,10 +5,11 @@
2007-12-10 Uros Bizjak <ubizjak@gmail.com> 2007-12-10 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.c (ix86_function_regparm): Ditto. Use REGPARM_MAX * config/i386/i386.c (ix86_function_regparm): Do not check global_regs
to check that no regparm hard register is taken by a fixed register array, registers that are members of global_regs are also members of
variable. Check up to and including DI_REG when adjusting regparm fixed_regs array. Use REGPARM_MAX to check that no regparm hard
value due to fixed regs usage. register is taken by a fixed register variable. Check up to and
including DI_REG when adjusting regparm value due to fixed regs usage.
(rep_prefix_usable): Check fixed_regs array, not global_regs array for (rep_prefix_usable): Check fixed_regs array, not global_regs array for
available hard registers. available hard registers.
(ix86_expand_strlen): Ditto. (ix86_expand_strlen): Ditto.
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