|
Lines 2886-2892
finish_decl (tree decl, tree init, tree
|
Link Here
|
|---|
|
{ | { |
tree builtin = built_in_decls [DECL_FUNCTION_CODE (decl)]; | tree builtin = built_in_decls [DECL_FUNCTION_CODE (decl)]; |
SET_DECL_RTL (builtin, NULL_RTX); | SET_DECL_RTL (builtin, NULL_RTX); |
SET_DECL_ASSEMBLER_NAME (builtin, get_identifier (starred)); |
change_decl_assembler_name (builtin, get_identifier (starred)); |
#ifdef TARGET_MEM_FUNCTIONS | #ifdef TARGET_MEM_FUNCTIONS |
if (DECL_FUNCTION_CODE (decl) == BUILT_IN_MEMCPY) | if (DECL_FUNCTION_CODE (decl) == BUILT_IN_MEMCPY) |
init_block_move_fn (starred); | init_block_move_fn (starred); |