Prepare for bailout with the proper state at labeled block entries.
authorkmillikin@chromium.org <kmillikin@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 8 Feb 2011 15:51:49 +0000 (15:51 +0000)
committerkmillikin@chromium.org <kmillikin@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 8 Feb 2011 15:51:49 +0000 (15:51 +0000)
commit27ed4d3a1a83fbbcbc19c24214d1a4b4673175fc
treebfb436c6aed151631a9baf1be4a7ce38c0f0d36c
parentf64966085ee9fc0f1af4fa6ab53ebe86699b58f6
Prepare for bailout with the proper state at labeled block entries.

The state here should be NO_REGISTERS.  It was spuriously changed to from
NO_REGISTERS to TOS_REG when TOS_EAX was renamed to TOS_REG.

BUG=v8:1113

Review URL: http://codereview.chromium.org/6452007

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6682 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/full-codegen.cc