diff options
Diffstat (limited to 'gcc/hooks.h')
-rw-r--r-- | gcc/hooks.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/hooks.h b/gcc/hooks.h index d36e3fc..f7a4d6d 100644 --- a/gcc/hooks.h +++ b/gcc/hooks.h @@ -1,5 +1,5 @@ /* General-purpose hooks. - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2003 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the @@ -45,4 +45,6 @@ bool default_can_output_mi_thunk_no_vcall bool hook_bool_tree_tree_false PARAMS ((tree, tree)); +rtx hook_rtx_rtx_identity PARAMS ((rtx)); + #endif |