Commit 9012cdf3 by Seongbae Park Committed by Seongbae Park

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
parent 14a98745
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. */
......
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