LGTM with ASSERT corrected.
http://codereview.chromium.org/1311003/diff/8001/9001 File src/ia32/codegen-ia32.cc (right): http://codereview.chromium.org/1311003/diff/8001/9001#newcode7503 src/ia32/codegen-ia32.cc:7503: ASSERT(op == Token::OR); This should probably be: ASSERT(node->op()==Token::OR); http://codereview.chromium.org/1311003 -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev To unsubscribe from this group, send email to v8-dev+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
