* src/vm/jit/cfg.c (cfg_build): Fixed a bug causing infinite loops.
authoredwin <none@none>
Sat, 7 Oct 2006 23:56:43 +0000 (23:56 +0000)
committeredwin <none@none>
Sat, 7 Oct 2006 23:56:43 +0000 (23:56 +0000)
commit3cb49c90661b7a2ab4346a1d9b98f6d690c20d20
tree7fec514c644aed204057610ab6e724f9e1d053f7
parentf17f54801921102dae6312d770b9e4fadc7ec857
* src/vm/jit/cfg.c (cfg_build): Fixed a bug causing infinite loops.

* src/vm/jit/parse.c (parse): Always add a NOP at block ends. This is
needed by the JSR elimination in stack.c.

* tests/regression/jasmin/test_verify_fail_jsr_merge_subroutines.j:
New test.

* tests/regression/jasmin/Makefile.am: Added new test.
src/vm/jit/cfg.c
src/vm/jit/parse.c
tests/regression/jasmin/Makefile.am
tests/regression/jasmin/test_verify_fail_jsr_merge_subroutines.j [new file with mode: 0644]