]> git.ipfire.org Git - thirdparty/gcc.git/commit
except.c (insn_eh_region, [...]): New static variables.
authorAndrew Macleod <amacleod@gcc.gnu.org>
Mon, 16 Mar 1998 12:51:39 +0000 (12:51 +0000)
committerAndrew Macleod <amacleod@gcc.gnu.org>
Mon, 16 Mar 1998 12:51:39 +0000 (12:51 +0000)
commit77d33a842d42d8de1dcfa142f8202ea60b4403ac
treed974701b4d555ee83cbd742af65ae24bea335f66
parent5aa550437e6a81bdf8b7eb59a5fc4c6f2825c6da
except.c (insn_eh_region, [...]): New static variables.

* except.c (insn_eh_region, maximum_uid): New static variables.
(set_insn_eh_region): New static function to set region numbers.
(free_insn_eh_region): New function to free EH region table.
(init_insn_eh_region): New function to initialize EH region table.
(in_same_eh_region): New function used to determine if two rtl
instructions are in the same exception region or not.

From-SVN: r18624
gcc/except.c