* ipa-inline.c (want_inline_small_function_p): Fix formating.
authorJan Hubicka <hubicka@gcc.gnu.org>
Sun, 8 Jan 2012 16:33:39 +0000 (16:33 +0000)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sun, 8 Jan 2012 16:33:39 +0000 (16:33 +0000)
From-SVN: r182994

gcc/ipa-inline.c

index b5c1db0932b797227d32601b2be28f529555b47f..8f8899f2475da9128e0b40ab3463ae52086da558 100644 (file)
@@ -532,8 +532,6 @@ want_inline_small_function_p (struct cgraph_edge *e, bool report)
        }
       /* If call is cold, do not inline when function body would grow. */
       else if (!cgraph_maybe_hot_edge_p (e))
-
-
        {
           e->inline_failed = CIF_UNLIKELY_CALL;
          want_inline = false;