summaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2006-12-24 01:47:56 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2006-12-24 01:47:56 +0000
commit9b1ae0a09789baa17e9959b57db78ffc7d4a7fa6 (patch)
treea1e7ed9d6c6f2ef1f820c6eb58c0d821b7620407 /gcc/rtl.h
parentb79a9b90a64881e9a8714e67a9981e0e701989fb (diff)
downloadgcc-9b1ae0a09789baa17e9959b57db78ffc7d4a7fa6.tar.gz
basic-block.h: Remove the prototype for expected_value_to_br_prob.
* basic-block.h: Remove the prototype for expected_value_to_br_prob. * rtl.h: Remove the prototypes for expand_builtin_expect_jump and purge_line_number_notes. From-SVN: r120186
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 51933e2a3ed..3772b37755a 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1434,9 +1434,6 @@ extern int currently_expanding_to_rtl;
/* In expmed.c */
extern int ceil_log2 (unsigned HOST_WIDE_INT);
-/* In builtins.c */
-extern rtx expand_builtin_expect_jump (tree, rtx, rtx);
-
/* In explow.c */
extern void set_stack_check_libfunc (rtx);
extern HOST_WIDE_INT trunc_int_for_mode (HOST_WIDE_INT, enum machine_mode);
@@ -2031,7 +2028,6 @@ extern enum rtx_code reversed_comparison_code_parts (enum rtx_code,
rtx, rtx, rtx);
extern void delete_for_peephole (rtx, rtx);
extern int condjump_in_parallel_p (rtx);
-extern unsigned int purge_line_number_notes (void);
/* In emit-rtl.c. */
extern int max_reg_num (void);