Fix LBoundsCheck on x64 to handle (stack slot + constant) correctly
authorjkummerow@chromium.org <jkummerow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 20 Sep 2012 09:56:24 +0000 (09:56 +0000)
committerjkummerow@chromium.org <jkummerow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 20 Sep 2012 09:56:24 +0000 (09:56 +0000)
commita8e502fe60b3aa805638f419b4b4af3e0db4c261
treea5adf6138bca758a76929cbdab4745594e141da7
parent83da019a46e96b4ef0446e7d3df26db977323991
Fix LBoundsCheck on x64 to handle (stack slot + constant) correctly

BUG=150729

Review URL: https://codereview.chromium.org/10959009

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@12562 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/x64/lithium-codegen-x64.cc
test/mjsunit/regress/regress-crbug-150729.js [new file with mode: 0644]