From: iposva@chromium.org Date: Wed, 29 Oct 2008 18:31:55 +0000 (+0000) Subject: Fix out-of-date comment. X-Git-Tag: upstream/4.7.83~25077 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=156c1323e320f195f70bac341f7c3db430cf5585;p=platform%2Fupstream%2Fv8.git Fix out-of-date comment. TBR=ager Review URL: http://codereview.chromium.org/8708 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@644 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/src/codegen-ia32.cc b/src/codegen-ia32.cc index 582e430b3..79dbb0ba3 100644 --- a/src/codegen-ia32.cc +++ b/src/codegen-ia32.cc @@ -800,8 +800,7 @@ void CodeGenerator::GenericBinaryOperation(Token::Value op, return; } - // For now, we keep the old behavior and only inline the smi code - // for the bitwise operations. + // Set the flags based on the operation, type and loop nesting level. GenericBinaryFlags flags; switch (op) { case Token::BIT_OR: