diff options
author | steven <steven@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-12-01 13:07:14 +0000 |
---|---|---|
committer | steven <steven@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-12-01 13:07:14 +0000 |
commit | 1b50d7560a9c09ef6a6123511b4acdcd8a86d994 (patch) | |
tree | 99e73ebe59ca18413be6f82f740b887162346006 /gcc/target.h | |
parent | 5f81aab027dc8ba25878814da3d89a9ffd684c8b (diff) | |
download | gcc-1b50d7560a9c09ef6a6123511b4acdcd8a86d994.tar.gz |
* function.c (update_epilogue_consts): Don't use PARAMS.
* rtl.h (web_main): Ditto.
* target.h (is_costly_dependence): Ditto
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74099 138bc75d-0d04-0410-961f-82ee72b054a4
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 c959656e6b2..722485511b7 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. */ |