Use fixed registers for queue ptr sgpr pair
gcc/ * config/gcn/gcn.h (FIXED_REGISTERS): Make s6/s7 fixed registers. From-SVN: r278974
This commit is contained in:
parent
25ffd3d34e
commit
2633560676
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2019-12-04 Julian Brown <julian@codesourcery.com>
|
||||
|
||||
* config/gcn/gcn.h (FIXED_REGISTERS): Make s6/s7 fixed registers.
|
||||
|
||||
2019-12-04 Peter Bergner <bergner@linux.ibm.com>
|
||||
|
||||
PR bootstrap/92661
|
||||
|
|
|
@ -160,7 +160,7 @@
|
|||
|
||||
#define FIXED_REGISTERS { \
|
||||
/* Scalars. */ \
|
||||
1, 1, 0, 0, 1, 1, 0, 0, 1, 1, \
|
||||
1, 1, 0, 0, 1, 1, 1, 1, 1, 1, \
|
||||
/* fp sp lr. */ \
|
||||
1, 1, 0, 0, 0, 0, 1, 1, 0, 0, \
|
||||
/* exec_save, cc_save */ \
|
||||
|
|
Loading…
Add table
Reference in a new issue