summaryrefslogtreecommitdiff
path: root/gcc/expr.h
diff options
context:
space:
mode:
authormanu <manu@138bc75d-0d04-0410-961f-82ee72b054a4>2010-07-03 21:17:46 +0000
committermanu <manu@138bc75d-0d04-0410-961f-82ee72b054a4>2010-07-03 21:17:46 +0000
commit1c58e3f189803c723e0b4005bf3eb2552f1e3469 (patch)
treed86d7f443aa6e8ad1a79e3d696dfd64d64f302db /gcc/expr.h
parent223cd84842b461c9ea17c2435269d457459d2483 (diff)
downloadgcc-1c58e3f189803c723e0b4005bf3eb2552f1e3469.tar.gz
2010-07-03 Manuel López-Ibáñez <manu@gcc.gnu.org>
* c-family/c-common.c (IN_GCC_FRONTEND): Do not undef. Do not include expr.h (vector_mode_valid_p): Move here. * expr.c (vector_mode_valid_p): Move to c-common.c. * expr.h (vector_mode_valid_p): Do not declare here. * system.h: Poison GCC_EXPR_H in front-ends. * Makefile.in: Update dependencies. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@161785 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/expr.h')
-rw-r--r--gcc/expr.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/expr.h b/gcc/expr.h
index c71b8edcbb7..0146343b87c 100644
--- a/gcc/expr.h
+++ b/gcc/expr.h
@@ -695,6 +695,4 @@ extern tree build_libfunc_function (const char *);
/* Get the personality libfunc for a function decl. */
rtx get_personality_function (tree);
-extern int vector_mode_valid_p (enum machine_mode);
-
#endif /* GCC_EXPR_H */