X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fintegrate.h;h=035b1d90dc1a1449604303e27017255fb3e50898;hb=df2b0bc4a75450d019b2741c570a973a4618d9b0;hp=88a4f5ddeb756b6e45f17d41a7f43082676cb895;hpb=4ee9c6840ad3fc92a9034343278a1e476ad6872a;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/integrate.h b/gcc/integrate.h index 88a4f5ddeb7..035b1d90dc1 100644 --- a/gcc/integrate.h +++ b/gcc/integrate.h @@ -1,5 +1,5 @@ /* Function integration definitions for GCC - Copyright (C) 1990, 1995, 1998, 1999, 2000, 2001, 2003 + Copyright (C) 1990, 1995, 1998, 1999, 2000, 2001, 2003, 2004 Free Software Foundation, Inc. This file is part of GCC. @@ -142,8 +142,6 @@ extern tree copy_decl_for_inlining (tree, tree, tree); true otherwise. */ extern bool function_attribute_inlinable_p (tree); -extern void try_constants (rtx, struct inline_remap *); - /* Return the label indicated. */ extern rtx get_label_from_map (struct inline_remap *, int);