Fixed bug in interest propagation caused by following the loop edge
authorchristian.plesner.hansen@gmail.com <christian.plesner.hansen@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 17 Dec 2008 13:16:38 +0000 (13:16 +0000)
committerchristian.plesner.hansen@gmail.com <christian.plesner.hansen@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 17 Dec 2008 13:16:38 +0000 (13:16 +0000)
commit5d3cc28967e4d1db5ba9e564adbf55af48bb8055
tree81930bc4bfe447e063beb2679c5ae307a588a670
parent281845d37ce02277adda1124a23cdcfa0040453e
Fixed bug in interest propagation caused by following the loop edge
out of a loop choice node before the continuation edge.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@990 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/jsregexp.cc
src/jsregexp.h
test/cctest/test-regexp.cc