]> git.ipfire.org Git - thirdparty/gcc.git/commit
rs6000: Clean up rs6000_stack_info a bit
authorSegher Boessenkool <segher@kernel.crashing.org>
Thu, 28 Apr 2016 19:23:55 +0000 (21:23 +0200)
committerSegher Boessenkool <segher@gcc.gnu.org>
Thu, 28 Apr 2016 19:23:55 +0000 (21:23 +0200)
commit77dbb21488422bbd30dbcfcaf34f3c9135f7732f
treebdb913ed019e7df896d23ce54f4c6ee9a9e8bf41
parentf4cb361287ea583f91ee8b850bca576a54f5917c
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.

From-SVN: r235606
gcc/ChangeLog
gcc/config/rs6000/rs6000.c