From 156c1323e320f195f70bac341f7c3db430cf5585 Mon Sep 17 00:00:00 2001 From: "iposva@chromium.org" Date: Wed, 29 Oct 2008 18:31:55 +0000 Subject: [PATCH] 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 --- src/codegen-ia32.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/codegen-ia32.cc b/src/codegen-ia32.cc index 582e430b3d..79dbb0ba39 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: