* 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.

Okay.

+      /* If we are passing this arg in the fixed parameter save area
+         (gprs or memory) as well as VRs, we do not use the partial
+ bytes mechanism; instead, rs6000_function_arg wil return a
^^^ typo "will"
+ PARALLEL including a memory element as necessary.  */

and something seems wrong with the indentation of that comment.

+ bytes mechanism; instead, rs6000_function_arg wil return a
^^^ similar typo for "will" where the comment was pasted again.
+ PARALLEL including a memory element as necessary.  */


Thanks, David

Reply via email to