mirror of git://gcc.gnu.org/git/gcc.git
parent
0ddd0408ef
commit
f9d3a450cc
|
|
@ -142,7 +142,6 @@ default_promote_function_mode_always_promote (const_tree type,
|
||||||
return promote_mode (type, mode, punsignedp);
|
return promote_mode (type, mode, punsignedp);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
enum machine_mode
|
enum machine_mode
|
||||||
default_cc_modes_compatible (enum machine_mode m1, enum machine_mode m2)
|
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;
|
return long_long_integer_type_node;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Returns the size of the cookie to use when allocating an array
|
/* Returns the size of the cookie to use when allocating an array
|
||||||
whose elements have the indicated TYPE. Assumes that it is already
|
whose elements have the indicated TYPE. Assumes that it is already
|
||||||
known that a cookie is needed. */
|
known that a cookie is needed. */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue