summaryrefslogtreecommitdiff
path: root/gcc/hooks.h
diff options
context:
space:
mode:
authorSteven Bosscher <stevenb@suse.de>2004-06-07 06:04:14 +0000
committerSteven Bosscher <steven@gcc.gnu.org>2004-06-07 06:04:14 +0000
commite4638a72d8b900cc9557bdeaf719a3e3987cd4c6 (patch)
treedc10c85695f54132e27c5f4be113543c15ac56d8 /gcc/hooks.h
parentb51fa00f4ec185801655336e8d76b584063e69c1 (diff)
downloadgcc-e4638a72d8b900cc9557bdeaf719a3e3987cd4c6.tar.gz
hooks.c (hook_int_void_1): New generic hook.
* hooks.c (hook_int_void_1): New generic hook. * hooks.h (hook_int_void_1): Add prototype. * config/c4x/c4x.c (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define to hook_int_void_1. * config/c4x/c4x.md: Replace dummies for the old pipeline model with dummies for the new one. From-SVN: r82682
Diffstat (limited to 'gcc/hooks.h')
-rw-r--r--gcc/hooks.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/hooks.h b/gcc/hooks.h
index aab83a81620..fea78c79e87 100644
--- a/gcc/hooks.h
+++ b/gcc/hooks.h
@@ -46,6 +46,7 @@ extern int hook_int_tree_tree_1 (tree, tree);
extern int hook_int_rtx_0 (rtx);
extern int hook_int_size_t_constcharptr_int_0 (size_t, const char *, int);
extern int hook_int_void_no_regs (void);
+extern int hook_int_void_1 (void);
extern unsigned hook_uint_uint_constcharptrptr_0 (unsigned, const char **);