aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorMichael Meissner <meissner@gcc.gnu.org>2010-10-18 22:37:32 +0000
committerMichael Meissner <meissner@gcc.gnu.org>2010-10-18 22:37:32 +0000
commit0069111f9c747028548f8c5dd7b91c4e5358039d (patch)
tree2de2f4a8635e093411b80f7af2f4ffe4987f3195 /gcc/tree.h
parentcd9c769aabbdf7ee4c5ad0954c099ebfd26b27b8 (diff)
downloadgcc-0069111f9c747028548f8c5dd7b91c4e5358039d.zip
gcc-0069111f9c747028548f8c5dd7b91c4e5358039d.tar.gz
gcc-0069111f9c747028548f8c5dd7b91c4e5358039d.tar.bz2
Fix PR 46041
From-SVN: r165666
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index 1d1e2ac..3877ae5 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -5069,7 +5069,6 @@ extern bool merge_ranges (int *, tree *, tree *, int, tree, tree, int,
extern void set_builtin_user_assembler_name (tree decl, const char *asmspec);
extern bool is_simple_builtin (tree);
extern bool is_inexpensive_builtin (tree);
-extern bool mode_has_fma (enum machine_mode mode);
/* In convert.c */
extern tree strip_float_extensions (tree);