Fix cost table initialization order for AMD znver1 target.

2016-03-09  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>

        *  config/i386/i386.c (processor_target_table): Fix cost table 
        intialization order for znver1.

From-SVN: r234076
This commit is contained in:
Venkataramanan Kumar 2016-03-09 07:32:11 +00:00 committed by Venkataramanan Kumar
parent e210c999a8
commit b827e3fe5e
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2016-03-09 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
* config/i386/i386.c (processor_target_table): Fix cost table
intialization order for znver1.
2016-03-08 Jakub Jelinek <jakub@redhat.com>
* ipa-polymorphic-call.c (walk_ssa_copies): Fix spelling

View File

@ -2662,9 +2662,9 @@ static const struct ptt processor_target_table[PROCESSOR_max] =
{"bdver2", &bdver2_cost, 16, 10, 16, 7, 11},
{"bdver3", &bdver3_cost, 16, 10, 16, 7, 11},
{"bdver4", &bdver4_cost, 16, 10, 16, 7, 11},
{"znver1", &znver1_cost, 16, 10, 16, 7, 11},
{"btver1", &btver1_cost, 16, 10, 16, 7, 11},
{"btver2", &btver2_cost, 16, 10, 16, 7, 11}
{"btver2", &btver2_cost, 16, 10, 16, 7, 11},
{"znver1", &znver1_cost, 16, 10, 16, 7, 11}
};
static unsigned int