Commit fdb2c684 by Bernd Schmidt Committed by Bernd Schmidt

optabs.c (avoid_expensive_constant): Fix formatting.

	* optabs.c (avoid_expensive_constant): Fix formatting.

From-SVN: r157584
parent 036efbf2
......@@ -11,7 +11,9 @@
* config/arm/arm.c (thumb1_rtx_costs) <case CONST_INT>: If the
outer code is AND, do the same tests as the andsi3 expander and
return COSTS_N_INSNS (1) if and is cheap.
* optabs.c (avoid_expensive_constant): Fix formatting.
2010-03-19 Michael Matz <matz@suse.de>
PR c++/43116
......
......@@ -1390,6 +1390,7 @@ avoid_expensive_constant (enum machine_mode mode, optab binoptab,
rtx x, bool unsignedp)
{
bool speed = optimize_insn_for_speed_p ();
if (mode != VOIDmode
&& optimize
&& CONSTANT_P (x)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment