+2015-05-18 Tom de Vries <tom@codesourcery.com>
+
+ * tree-ssa-tail-merge.c: Fix whitespace.
+
2015-05-17 Jim Wilson <jim.wilson@linaro.org>
* doc/invoke.texi (ARM Options, mtune): Add generic-armv7-a,
# BLOCK 7 freq:10000
# PRED: 3 [100.0%] (fallthru,exec) 5 [100.0%] (fallthru,exec)
- 6 [100.0%] (fallthru,exec)
+ 6 [100.0%] (fallthru,exec)
# PT = nonlocal null
# ctxD.2601_1 = PHI <0B(3), 0B(5), ctxD.2601_5(D)(6)>
# .MEMD.3923_11 = PHI <.MEMD.3923_15(3), .MEMD.3923_17(5),
- .MEMD.3923_18(6)>
+ .MEMD.3923_18(6)>
# VUSE <.MEMD.3923_11>
return ctxD.2601_1;
# SUCC: EXIT [100.0%]
if (!is_gimple_call (stmt))
continue;
if (gimple_call_internal_p (stmt))
- hstate.add_int (gimple_call_internal_fn (stmt));
+ hstate.add_int (gimple_call_internal_fn (stmt));
else
{
inchash::add_expr (gimple_call_fn (stmt), hstate);
mark_virtual_phi_result_for_renaming (phi);
return;
}
-
}
/* For deleted_bb_preds, find bbs with same successors. */
{
case GIMPLE_CALL:
if (!gimple_call_same_target_p (s1, s2))
- return false;
+ return false;
t1 = gimple_call_chain (s1);
t2 = gimple_call_chain (s2);
continue;
if (operand_equal_for_phi_arg_p (val1, val2))
- continue;
+ continue;
if (gvn_uses_equal (val1, val2))
continue;
continue;
find_duplicate (same_succ, bb1, bb2);
- }
+ }
}
}