diff options
author | amylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-11-29 01:56:26 +0000 |
---|---|---|
committer | amylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-11-29 01:56:26 +0000 |
commit | 243041692d2ef9df12c1c27eaa4a2e28b813c28b (patch) | |
tree | 75bc3de073e041068c3a970e205ccc691603e496 /gcc/config/epiphany/epiphany.h | |
parent | 679ad1507712e248b48a13a2f917c9990a8a3da8 (diff) | |
download | gcc-243041692d2ef9df12c1c27eaa4a2e28b813c28b.tar.gz |
Shift get_attr_sched_use_fpu declaration from last change from
config/epiphany/epiphany.h to config/epiphany/epiphany-protos.h .
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193916 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/epiphany/epiphany.h')
-rw-r--r-- | gcc/config/epiphany/epiphany.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/epiphany/epiphany.h b/gcc/config/epiphany/epiphany.h index d411b295c91..26a908a67ce 100644 --- a/gcc/config/epiphany/epiphany.h +++ b/gcc/config/epiphany/epiphany.h @@ -926,8 +926,4 @@ extern struct rtl_opt_pass pass_resolve_sw_modes; #define ASM_DECLARE_FUNCTION_NAME(FILE, NAME, DECL) \ epiphany_start_function ((FILE), (NAME), (DECL)) -/* PR other/55523: gencondmd file includes / dependencies are messed up, - it uses peephole2 predicates without having all the necessary headers. */ -extern int get_attr_sched_use_fpu (rtx); - #endif /* !GCC_EPIPHANY_H */ |