rs6000: Clean up rs6000_stack_info a bit
commit883ee340da7a1ffc1c775bfc21c30ba64101725d
authorsegher <segher@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 28 Apr 2016 19:23:55 +0000 (28 19:23 +0000)
committersegher <segher@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 28 Apr 2016 19:23:55 +0000 (28 19:23 +0000)
treebdb913ed019e7df896d23ce54f4c6ee9a9e8bf41
parent1a60079e2fa86ff9497eee6af04eebaa3c28ba3a
rs6000: Clean up rs6000_stack_info a bit

- Rename "info_ptr" to "info", as in all other routines;
- Don't set fields to 0, the whole struct already is set to 0;
- Fix formatting a bit.

* config/rs6000/rs6000.c (compute_save_world_info): Rename info_ptr
to info.  Don't initialize separate fields to 0.  Clean up
formatting a bit.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@235606 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/rs6000/rs6000.c