Looks good, one small comment:
https://codereview.chromium.org/11308040/diff/1/src/arm/lithium-arm.cc File src/arm/lithium-arm.cc (right): https://codereview.chromium.org/11308040/diff/1/src/arm/lithium-arm.cc#newcode1356 src/arm/lithium-arm.cc:1356: ASSERT(instr->left().IsInteger32()); This should be ASSERT(instr->left()->representation().IsInteger32()). https://codereview.chromium.org/11308040/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
