diff options
Diffstat (limited to 'gcc/expr.h')
-rw-r--r-- | gcc/expr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/expr.h b/gcc/expr.h index b272df7dd19..b3d02be1f60 100644 --- a/gcc/expr.h +++ b/gcc/expr.h @@ -949,3 +949,6 @@ extern void init_all_optabs PROTO ((void)); extern void init_mov_optab PROTO ((void)); extern void do_jump_by_parts_greater_rtx PROTO ((enum machine_mode, int, rtx, rtx, rtx, rtx)); + +extern void mark_seen_cases PROTO ((tree, unsigned char *, + long, int)); |