aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.h
diff options
context:
space:
mode:
authorRoger Sayle <roger@eyesopen.com>2006-02-14 02:59:42 +0000
committerRoger Sayle <sayle@gcc.gnu.org>2006-02-14 02:59:42 +0000
commit3bf78d3be26e89446da009f5c5e562d8ba1a1179 (patch)
treead6d3c452b2626d6643772b84fef9585f0dd5c22 /gcc/expr.h
parent0fe4610e618b184172ecaa49fb4729e7c349025c (diff)
downloadgcc-3bf78d3be26e89446da009f5c5e562d8ba1a1179.zip
gcc-3bf78d3be26e89446da009f5c5e562d8ba1a1179.tar.gz
gcc-3bf78d3be26e89446da009f5c5e562d8ba1a1179.tar.bz2
optabs.c (expand_abs): Don't call do_jump_by_parts_greater_rtx directly...
* optabs.c (expand_abs): Don't call do_jump_by_parts_greater_rtx directly, instead let do_compare_rtx_and_jump handle this for us. * expr.c (expand_expr_real_1): Likewise. * dojump.c (do_jump_by_parts_greater_rtx): Make static. Move before do_jump_by_parts_greater. (do_jump_by_parts_greater): Move after do_jump_by_parts_greater_rtx. * expr.h (do_jump_by_parts_greater_rtx): Delete prototype. From-SVN: r110954
Diffstat (limited to 'gcc/expr.h')
-rw-r--r--gcc/expr.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/expr.h b/gcc/expr.h
index f1cf081..d52d57a 100644
--- a/gcc/expr.h
+++ b/gcc/expr.h
@@ -743,9 +743,6 @@ extern void init_all_optabs (void);
/* Call this to initialize an optab function entry. */
extern rtx init_one_libfunc (const char *);
-extern void do_jump_by_parts_greater_rtx (enum machine_mode, int, rtx, rtx,
- rtx, rtx);
-
extern int vector_mode_valid_p (enum machine_mode);
#endif /* GCC_EXPR_H */