@@ -194,7 +194,8 @@ remove_c_maybe_const_expr (tree expr)
return expr;
}
-/* This is a cache to hold if two types are seen. */
+
+/* This is a cache to hold if two types are seen. */
struct tagged_tu_seen_cache {
const struct tagged_tu_seen_cache * next;
@@ -710,7 +710,8 @@ machopic_indirect_data_reference (rtx orig, rtx reg)
if (DARWIN_PPC)
{
/* Create a new register for CSE opportunities. */
- rtx hi_reg = (!can_create_pseudo_p () ? reg : gen_reg_rtx (Pmode));
+ rtx hi_reg = (!can_create_pseudo_p ()
+ ? reg : gen_reg_rtx (Pmode));
emit_insn (gen_macho_high (Pmode, hi_reg, orig));
emit_insn (gen_macho_low (Pmode, reg, hi_reg, orig));
return reg;
@@ -2053,9 +2053,7 @@ make_var_decl (tree type, const char *name)
{
tree new_decl;
- new_decl = build_decl (UNKNOWN_LOCATION,
- VAR_DECL,
- get_identifier(name),
+ new_decl = build_decl (UNKNOWN_LOCATION, VAR_DECL, get_identifier(name),
type);
DECL_EXTERNAL (new_decl) = 1;
@@ -808,7 +808,8 @@ mingw_pe_file_end (void)
if (!startswith (name, "refptr."))
continue;
name += 7;
- fprintf (asm_out_file, "\t.section\t.rdata$%s, \"dr\"\n"
+ fprintf (asm_out_file,
+ "\t.section\t.rdata$%s, \"dr\"\n"
"\t.globl\t%s\n"
"\t.linkonce\tdiscard\n", oname, oname);
fprintf (asm_out_file, "%s:\n\t.quad\t%s\n", oname, name);
@@ -20227,8 +20227,8 @@ pad_groups (FILE *dump, int sched_verbose, rtx_insn *prev_head_insn,
while (insn != NULL_RTX)
{
- can_issue_more =
- rs6000_variable_issue (dump, sched_verbose, insn, can_issue_more);
+ can_issue_more
+ = rs6000_variable_issue (dump, sched_verbose, insn, can_issue_more);
group_end = (next_insn == NULL_RTX || GET_MODE (next_insn) == TImode);
@@ -9944,14 +9944,16 @@ fold_unary_loc (location_t loc, enum tree_code code, tree type, tree op0)
if (TREE_CODE (arg0) == BIT_XOR_EXPR
&& (tem = fold_unary_loc (loc, BIT_NOT_EXPR, type,
fold_convert_loc (loc, type,
- TREE_OPERAND (arg0, 0)))))
+ TREE_OPERAND (arg0,
+ 0)))))
return fold_build2_loc (loc, BIT_XOR_EXPR, type, tem,
fold_convert_loc (loc, type,
TREE_OPERAND (arg0, 1)));
else if (TREE_CODE (arg0) == BIT_XOR_EXPR
&& (tem = fold_unary_loc (loc, BIT_NOT_EXPR, type,
fold_convert_loc (loc, type,
- TREE_OPERAND (arg0, 1)))))
+ TREE_OPERAND (arg0,
+ 1)))))
return fold_build2_loc (loc, BIT_XOR_EXPR, type,
fold_convert_loc (loc, type,
TREE_OPERAND (arg0, 0)), tem);
@@ -1157,8 +1157,7 @@ write_insn_constraint_len (void)
{
class constraint_data *c = constraints_by_letter_table[i];
- if (!c
- || c->namelen == 1)
+ if (!c || c->namelen == 1)
continue;
/* Constraints with multiple characters should have the same
@@ -1711,7 +1711,8 @@ set_cond_stmt_execution_predicate (struct ipa_func_body_info *fbi,
{
ipa_predicate p = add_condition (summary, params_summary, index,
param_type, &aggpos,
- ipa_predicate::is_not_constant, NULL_TREE);
+ ipa_predicate::is_not_constant,
+ NULL_TREE);
e->aux = edge_predicate_pool.allocate ();
*(ipa_predicate *) e->aux = p;
}
@@ -712,8 +712,7 @@ function_and_variable_visibility (bool whole_program)
}
node->dissolve_same_comdat_group_list ();
}
- gcc_assert ((!DECL_WEAK (node->decl)
- && !DECL_COMDAT (node->decl))
+ gcc_assert ((!DECL_WEAK (node->decl) && !DECL_COMDAT (node->decl))
|| TREE_PUBLIC (node->decl)
|| node->weakref
|| DECL_EXTERNAL (node->decl));
@@ -146,8 +146,7 @@ process_references (symtab_node *snode,
knows about potential references. */
|| (VAR_P (node->decl)
&& (flag_wpa
- || flag_incremental_link
- == INCREMENTAL_LINK_LTO)
+ || flag_incremental_link == INCREMENTAL_LINK_LTO)
&& dyn_cast <varpool_node *> (node)
->ctor_useable_for_folding_p ()))))
{
@@ -49,8 +49,7 @@ lto_cgraph_replace_node (struct cgraph_node *node,
if (dump_file)
{
- fprintf (dump_file, "Replacing cgraph node %s by %s"
- " for symbol %s\n",
+ fprintf (dump_file, "Replacing cgraph node %s by %s for symbol %s\n",
node->dump_name (),
prevailing_node->dump_name (),
IDENTIFIER_POINTER ((*targetm.asm_out.mangle_assembler_name)
@@ -14400,8 +14400,7 @@ lower_omp_teams (gimple_stmt_iterator *gsi_p, omp_context *ctx)
of OMP context, but with make_addressable_vars set. */
static tree
-lower_omp_regimplify_p (tree *tp, int *walk_subtrees,
- void *data)
+lower_omp_regimplify_p (tree *tp, int *walk_subtrees, void *data)
{
tree t = *tp;
@@ -11796,8 +11796,7 @@ tree_set_block (tree t, tree b)
tree
create_artificial_label (location_t loc)
{
- tree lab = build_decl (loc,
- LABEL_DECL, NULL_TREE, void_type_node);
+ tree lab = build_decl (loc, LABEL_DECL, NULL_TREE, void_type_node);
DECL_ARTIFICIAL (lab) = 1;
DECL_IGNORED_P (lab) = 1;
@@ -390,8 +390,7 @@ namespace __gnu_parallel
{
if (__seq1 <= __seq2)
_GLIBCXX_PARALLEL_DECISION(0,1,2,3)
- else
- if (__seq2 < __seq0)
+ else if (__seq2 < __seq0)
_GLIBCXX_PARALLEL_DECISION(2,0,1,3)
else
_GLIBCXX_PARALLEL_DECISION(0,2,1,3)