return error_mark_node;
type_suffix = r.type_suffix_ids[0];
- /* With PRED_m, there is no type suffix, so infer it from the first (inactive)
- argument. */
+ /* With PRED_m, there is no type suffix, so infer it from the first
+ (inactive) argument. */
if (type_suffix == NUM_TYPE_SUFFIXES)
type_suffix = r.infer_vector_type (0);
return error_mark_node;
type_suffix = r.type_suffix_ids[0];
- /* With PRED_m, there is no type suffix, so infer it from the first (inactive)
- argument. */
+ /* With PRED_m, there is no type suffix, so infer it from the first
+ (inactive) argument. */
if (type_suffix == NUM_TYPE_SUFFIXES)
type_suffix = r.infer_vector_type (0);
if (DF_REG_DEF_COUNT (REGNO (reg)) > 2)
return false;
- /* Look for a single definition of REG going into the loop. The DEF_CHAIN will
- have at least two values, as this is a loop induction variable that is
- defined outside the loop. */
+ /* Look for a single definition of REG going into the loop. The DEF_CHAIN
+ will have at least two values, as this is a loop induction variable that
+ is defined outside the loop. */
for (df_ref def = DF_REG_DEF_CHAIN (REGNO (reg));
def;
def = DF_REF_NEXT_REG (def))
;; [1]: https://git.kernel.org/torvalds/c/e031a5f3f1ed
;;
;; Implementations without support for the finer-granularity hints simply treat
-;; all as the full barrier (DBAR 0), so we can unconditionally start emitting the
-;; more precise hints right away.
+;; all as the full barrier (DBAR 0), so we can unconditionally start emitting
+;; the more precise hints right away.
(define_insn "mem_thread_fence_1"
[(set (match_operand:BLK 0 "" "")
(unspec:BLK [(match_dup 0)] UNSPEC_MEMORY_BARRIER))
HOST_WIDE_INT var_size; /* # bytes that local variables take up. */
HOST_WIDE_INT args_size; /* # bytes that outgoing arguments take up. */
int link_debug_size; /* # bytes for link register. */
- HOST_WIDE_INT gp_reg_size; /* # bytes needed to store callee-saved gp regs. */
+ HOST_WIDE_INT gp_reg_size; /* # bytes needed to store callee-saved gp
+ regs. */
long mask; /* mask of saved gp registers. */
interrupt_handler =
std_gimplify_va_arg_expr that carries out the align adjust, for the case
of relevance.
We don't need to check for pass-by-reference because of the test above.
- We can return a simplified answer, since we know there's no offset to add. */
+ We can return a simplified answer, since we know there's no offset to
+ add. */
if (((TARGET_MACHO
&& rs6000_darwin64_abi)