summaryrefslogtreecommitdiff
path: root/gcc/config/epiphany/epiphany.h
diff options
context:
space:
mode:
authoramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>2012-11-29 01:56:26 +0000
committeramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>2012-11-29 01:56:26 +0000
commit243041692d2ef9df12c1c27eaa4a2e28b813c28b (patch)
tree75bc3de073e041068c3a970e205ccc691603e496 /gcc/config/epiphany/epiphany.h
parent679ad1507712e248b48a13a2f917c9990a8a3da8 (diff)
downloadgcc-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.h4
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 */