Commit 2ffebe2dcb809f24873bf03977c629af2dd47237

Authored by malc
1 parent 9de187a0

Remove reserved registers from tcg_target_reg_alloc_order

Noticed by Andreas Faerber

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7082 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 0 additions and 4 deletions
tcg/ppc64/tcg-target.c
... ... @@ -104,10 +104,6 @@ static const int tcg_target_reg_alloc_order[] = {
104 104 TCG_REG_R10,
105 105 TCG_REG_R11,
106 106 TCG_REG_R12,
107   - TCG_REG_R13,
108   - TCG_REG_R0,
109   - TCG_REG_R1,
110   - TCG_REG_R2,
111 107 TCG_REG_R24,
112 108 TCG_REG_R25,
113 109 TCG_REG_R26,
... ...