diff options
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h index 79d1bca98f7..de0c37da6d4 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -1532,9 +1532,7 @@ extern void jump_optimize PARAMS ((rtx, int, int, int)); extern void jump_optimize_minimal PARAMS ((rtx)); extern void rebuild_jump_labels PARAMS ((rtx)); extern void thread_jumps PARAMS ((rtx, int, int)); -extern int redirect_exp PARAMS ((rtx *, rtx, rtx, rtx)); extern int rtx_equal_for_thread_p PARAMS ((rtx, rtx, rtx)); -extern int invert_exp PARAMS ((rtx, rtx)); extern int can_reverse_comparison_p PARAMS ((rtx, rtx)); extern void delete_for_peephole PARAMS ((rtx, rtx)); extern int condjump_in_parallel_p PARAMS ((rtx)); |