Fix for issue 1007.
authorkmillikin@chromium.org <kmillikin@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 21 Dec 2010 11:21:04 +0000 (11:21 +0000)
committerkmillikin@chromium.org <kmillikin@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 21 Dec 2010 11:21:04 +0000 (11:21 +0000)
commit7171df741adfd694994fda13b24cf4d9758a75b1
treefff5f1381f5a6c07c9cd0abb40d864d8a61064ab
parent16837c1f33bf221c254a48f21d862019a748eb9b
Fix for issue 1007.

The Hydrogen environment only tracks values for stack-allocated variables.
It is a precondition of HEnvironment::Lookup(variable) that variable is
stack-allocated.  The check was missing at one call site.

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

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