mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-29 02:05:03 +08:00
except.h (in_same_eh_region): New prototype.
* except.h (in_same_eh_region): New prototype. (free_insn_eh_region, init_insn_eh_region): New prototypes. From-SVN: r18623
This commit is contained in:
parent
a0b61d1419
commit
5aa550437e
@ -292,3 +292,10 @@ void expand_builtin_set_return_addr_reg PROTO((tree));
|
||||
void expand_builtin_set_eh_regs PROTO((tree, tree));
|
||||
rtx expand_builtin_dwarf_reg_size PROTO((tree, rtx));
|
||||
#endif
|
||||
|
||||
|
||||
/* Checking whether 2 instructions are within the same exception region. */
|
||||
|
||||
int in_same_eh_region PROTO((rtx, rtx));
|
||||
void free_insn_eh_region PROTO((void));
|
||||
void init_insn_eh_region PROTO((rtx, int));
|
||||
|
Loading…
Reference in New Issue
Block a user