2007-2-01 Seongbae Park <seongbae.park@gmail.com>
PR inline-asm/28686 * global.c (global_alloc): Add mising initialization of ELIMINABLE_REGSET. 2007-02-01 Roger Sayle <roger@eyesopen.com> From-SVN: r121477
This commit is contained in:
parent
14a9874595
commit
9012cdf36a
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2007-2-01 Seongbae Park <seongbae.park@gmail.com>
|
||||
|
||||
PR inline-asm/28686
|
||||
* global.c (global_alloc): Add mising initialization of
|
||||
ELIMINABLE_REGSET.
|
||||
|
||||
2007-02-01 Roger Sayle <roger@eyesopen.com>
|
||||
|
||||
* alias.c (init_alias_analysis): Correct whitespace.
|
||||
|
|
|
@ -354,6 +354,7 @@ global_alloc (void)
|
|||
are safe to use only within a basic block. */
|
||||
|
||||
CLEAR_HARD_REG_SET (no_global_alloc_regs);
|
||||
CLEAR_HARD_REG_SET (eliminable_regset);
|
||||
|
||||
/* Build the regset of all eliminable registers and show we can't use those
|
||||
that we already know won't be eliminated. */
|
||||
|
|
Loading…
Add table
Reference in a new issue