This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
On Sat, Aug 7, 2010 at 1:53 PM, Nathan Froyd <froydnj@codesourcery.com> wrote:The patch below converts rs6000.c:branch_island_list to a VEC. We'll
use slightly less space and warts like the int_cst bits go away as well.
Unfortunately, I can't test the patch, as I don't have a PPC OS X machine available. Iain, could you please test the patch for me?
cheers, Iain
OK to commit if testing looks good?
-Nathan
* config/rs6000/rs6000.c (branch_island): Define. Define a VEC
of it.
(branch_island_list): Delete.
(branch_islands): Declare.
(add_compiler_branch_island): Adjust for branch_islands instead of
branch_island_list.
(macho_branch_islands): Likewise.
(no_previous_def): Likewise.
(get_prev_label): Likewise.
Okay.
Thanks, David
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |