rs6000.c (rs6000_arg_partial_bytes): Simplify logic by making use of the fact that...
authorUlrich Weigand <uweigand@de.ibm.com>
Thu, 14 Nov 2013 18:40:12 +0000 (18:40 +0000)
committerUlrich Weigand <uweigand@gcc.gnu.org>
Thu, 14 Nov 2013 18:40:12 +0000 (18:40 +0000)
commit140f2c812c50fbe104c3a251c530454a2682c891
tree352fd46734142ede2b538e30baf7ebe488007529
parent98eefff6bc1c3e497f961128240980e6758dec10
rs6000.c (rs6000_arg_partial_bytes): Simplify logic by making use of the fact that for vector / floating point...

2013-11-14  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>

* config/rs6000/rs6000.c (rs6000_arg_partial_bytes): Simplify logic
by making use of the fact that for vector / floating point arguments
passed both in VRs/FPRs and in the fixed parameter area, the partial
bytes mechanism is in fact not used.

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