]> git.ipfire.org Git - thirdparty/gcc.git/commit
jump.c (jump_optimize): Initialize mappings from INSN_UID to EH region if...
authorJeffrey A Law <law@cygnus.com>
Fri, 30 Oct 1998 23:41:35 +0000 (23:41 +0000)
committerJeff Law <law@gcc.gnu.org>
Fri, 30 Oct 1998 23:41:35 +0000 (16:41 -0700)
commit987fbe99b44ff51b607ab745d153afa517a1ccaf
treec02446e13a371d98f86f62de26af0e0980ec4f4c
parentb98e367abbc7a8e8f39ad9fe14b7ae9adc690360
jump.c (jump_optimize): Initialize mappings from INSN_UID to EH region if...

* jump.c (jump_optimize): Initialize mappings from INSN_UID to
EH region if exceptions are enabled and we're performing cross
jump optimizations.
(find_cross_jump): Exit loop if the insns are in different EH regions.

From-SVN: r23462
gcc/ChangeLog
gcc/jump.c