diff options
author | Chung-Ju Wu <jasonwucj@gmail.com> | 2015-03-10 08:16:57 +0000 |
---|---|---|
committer | Chung-Ju Wu <jasonwucj@gcc.gnu.org> | 2015-03-10 08:16:57 +0000 |
commit | c457f75178f02049189b3369af3d5ee95adaa166 (patch) | |
tree | 155d52eab3da1f1c5b9fd3820c80160af9e6cfe7 /gcc/cgraph.c | |
parent | 6cf6683f55b5e1b772d4bfc504c512390846470c (diff) | |
download | gcc-c457f75178f02049189b3369af3d5ee95adaa166.zip gcc-c457f75178f02049189b3369af3d5ee95adaa166.tar.gz gcc-c457f75178f02049189b3369af3d5ee95adaa166.tar.bz2 |
[NDS32] Rename some variables so that we can clearly identify they represent general purpose registers.
gcc/
* config/nds32/nds32.h (callee_saved_regs_size): Rename to ...
(callee_saved_gpr_regs_size): ... this.
(callee_saved_regs_first_regno): Rename to ...
(callee_saved_first_gpr_regno): ... this.
(callee_saved_regs_last_regno) Rename to ...
(callee_saved_last_gpr_regno): ... this.
* config/nds32/nds32.c (nds32_compute_stack_frame): Adjust renamed
variables.
(nds32_initial_elimination_offset): Likewise.
(nds32_expand_prologue): Likewise.
(nds32_expand_epilogue): Likewise.
(nds32_expand_prologue_v3push): Likewise.
(nds32_expand_epilogue_v3pop): Likewise.
* config/nds32/nds32-md-auxiliary.c (nds32_output_stack_push):
Adjust renamed variables.
(nds32_output_stack_pop): Likewise.
From-SVN: r221306
Diffstat (limited to 'gcc/cgraph.c')
0 files changed, 0 insertions, 0 deletions