Commit 5aa55043 by Andrew Macleod

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
parent a0b61d14
...@@ -292,3 +292,10 @@ void expand_builtin_set_return_addr_reg PROTO((tree)); ...@@ -292,3 +292,10 @@ void expand_builtin_set_return_addr_reg PROTO((tree));
void expand_builtin_set_eh_regs PROTO((tree, tree)); void expand_builtin_set_eh_regs PROTO((tree, tree));
rtx expand_builtin_dwarf_reg_size PROTO((tree, rtx)); rtx expand_builtin_dwarf_reg_size PROTO((tree, rtx));
#endif #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));
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment