[turbofan] Fix missing machine type for float32/float64 array accesses.
authorbmeurer@chromium.org <bmeurer@chromium.org>
Wed, 5 Nov 2014 08:15:09 +0000 (08:15 +0000)
committerbmeurer@chromium.org <bmeurer@chromium.org>
Wed, 5 Nov 2014 08:15:47 +0000 (08:15 +0000)
commit50ecc645391490360f4399f94cf61d914373e5af
tree15d2b02a249208361e19e2e459fba0e5ec5ccdc1
parent3ee916c8103c382a791f1188d0cc21cbd665e42b
[turbofan] Fix missing machine type for float32/float64 array accesses.

TEST=mjsunit/asm
R=svenpanne@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#25128}
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@25128 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/compiler/access-builder.cc
test/mjsunit/asm/float32array-store-div.js [new file with mode: 0644]
test/mjsunit/asm/float64array-store-div.js [new file with mode: 0644]