[turbofan] Fix OSR compilations of for-in.
authortitzer <titzer@chromium.org>
Thu, 29 Jan 2015 17:40:10 +0000 (09:40 -0800)
committerCommit bot <commit-bot@chromium.org>
Thu, 29 Jan 2015 17:40:23 +0000 (17:40 +0000)
commit11311c083abb37762ea979a25bf1f21c11928b20
tree6b9297b3ee72f207f17ce1db49480b15a3148d75
parentbcc79d33ca6d97d9ecfcfcf110a6ea84a0225389
[turbofan] Fix OSR compilations of for-in.

R=mstarzinger@chromium.org
LOG=Y
BUG=

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

Cr-Commit-Position: refs/heads/master@{#26333}
src/compiler.cc
src/compiler.h
src/compiler/ast-graph-builder.cc
src/compiler/ast-graph-builder.h
src/compiler/graph-builder.cc
test/mjsunit/asm/int32modb.js [new file with mode: 0644]
test/mjsunit/compiler/osr-forin.js [new file with mode: 0644]
test/mjsunit/compiler/osr-forof.js [new file with mode: 0644]