]> git.ipfire.org Git - thirdparty/gcc.git/commit
verify.cc (state::NO_STACK): New constant.
authorTom Tromey <tromey@redhat.com>
Sun, 10 Mar 2002 04:50:21 +0000 (04:50 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Sun, 10 Mar 2002 04:50:21 +0000 (04:50 +0000)
commit621fba999de089a5c86b817af7ecbf3f815b313a
tree3d84de36381d8c5b7296763dfb90dfd90f8e1a5f
parent2c59df99351b3830faa898c52f3e639bfb3a9375
verify.cc (state::NO_STACK): New constant.

* verify.cc (state::NO_STACK): New constant.
(state::is_unmerged_ret_state): Handle case where stacktop is
NO_STACK.
(state::merge): Handle NO_STACK merges.
(handle_jsr_insn): Invalidate PC, and use special NO_STACK state
for instruction following jsr.
(stacktop, stackdepth): Removed unused variables.
(pop_jump): Ignore case where all remaining states are skipped.

From-SVN: r50526
libjava/ChangeLog
libjava/verify.cc