OSDN Git Service

* optabs.c (avoid_expensive_constant): Fix formatting.
authorbernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Mar 2010 19:45:01 +0000 (19:45 +0000)
committerMasaki Muranaka <monaka@monami-software.com>
Sun, 23 May 2010 00:30:44 +0000 (09:30 +0900)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157584 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/optabs.c

index 7afdbac..abf7e3f 100644 (file)
@@ -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
index a82619e..555e256 100644 (file)
@@ -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)