diff options
author | Steven Bosscher <stevenb@suse.de> | 2003-12-01 13:07:14 +0000 |
---|---|---|
committer | Steven Bosscher <steven@gcc.gnu.org> | 2003-12-01 13:07:14 +0000 |
commit | 80fcc7bcaefc31cabda221cf137b89fdd2d1cf8d (patch) | |
tree | 99e73ebe59ca18413be6f82f740b887162346006 /gcc/target.h | |
parent | c6135994510a3ecfb69f8366ec0494154a479590 (diff) | |
download | gcc-80fcc7bcaefc31cabda221cf137b89fdd2d1cf8d.zip gcc-80fcc7bcaefc31cabda221cf137b89fdd2d1cf8d.tar.gz gcc-80fcc7bcaefc31cabda221cf137b89fdd2d1cf8d.tar.bz2 |
function.c (update_epilogue_consts): Don't use PARAMS.
* function.c (update_epilogue_consts): Don't use PARAMS.
* rtl.h (web_main): Ditto.
* target.h (is_costly_dependence): Ditto
From-SVN: r74099
Diffstat (limited to 'gcc/target.h')
-rw-r--r-- | gcc/target.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/target.h b/gcc/target.h index c959656..7224855 100644 --- a/gcc/target.h +++ b/gcc/target.h @@ -262,9 +262,8 @@ struct gcc_target fourth argument is the cost of the dependence as estimated by the scheduler. The last argument is the distance in cycles between the already scheduled insn (first parameter) and the - the second insn (second parameter). - */ - bool (* is_costly_dependence) PARAMS ((rtx, rtx, rtx, int, int)); + the second insn (second parameter). */ + bool (* is_costly_dependence) (rtx, rtx, rtx, int, int); } sched; /* Given two decls, merge their attributes and return the result. */ |