From: Mike Stump Date: Wed, 20 Nov 2013 18:42:08 +0000 (+0000) Subject: Normalize whitespace. X-Git-Tag: releases/gcc-4.9.0~2582 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f9d3a450cc3d48d151029b044b33fc7a0f5dd95d;p=thirdparty%2Fgcc.git Normalize whitespace. From-SVN: r205138 --- diff --git a/gcc/targhooks.c b/gcc/targhooks.c index 533d9f3783e1..6c0838512e72 100644 --- a/gcc/targhooks.c +++ b/gcc/targhooks.c @@ -142,7 +142,6 @@ default_promote_function_mode_always_promote (const_tree type, return promote_mode (type, mode, punsignedp); } - enum machine_mode default_cc_modes_compatible (enum machine_mode m1, enum machine_mode m2) { @@ -276,7 +275,6 @@ default_cxx_guard_type (void) return long_long_integer_type_node; } - /* Returns the size of the cookie to use when allocating an array whose elements have the indicated TYPE. Assumes that it is already known that a cookie is needed. */