diff options
author | Andrew Macleod <amacleod@gcc.gnu.org> | 1998-03-16 12:50:46 +0000 |
---|---|---|
committer | Andrew Macleod <amacleod@gcc.gnu.org> | 1998-03-16 12:50:46 +0000 |
commit | a0b61d14198e7e97bb5489f7bdd5dd3849f1885f (patch) | |
tree | 4417c4c7cb38e30e4f8134ae2b38151a66ace831 /gcc/except.c | |
parent | cbd5b9a22dbba1046ca3968919449339ea7265c6 (diff) | |
download | gcc-a0b61d14198e7e97bb5489f7bdd5dd3849f1885f.zip gcc-a0b61d14198e7e97bb5489f7bdd5dd3849f1885f.tar.gz gcc-a0b61d14198e7e97bb5489f7bdd5dd3849f1885f.tar.bz2 |
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.
* 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.
* final.c (final): Initialize the table indicating which instructions
belong in which exception region.
* genpeep.c (main): Add "except.h" to include file list in generated
file insn-peep.c.
* config/sparc/sparc.md: Add calls to 'in_same_eh_region' in 4
peepholes involving calls and unconditional branches.
From-SVN: r18622
Diffstat (limited to 'gcc/except.c')
0 files changed, 0 insertions, 0 deletions