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
This commit is contained in:
iposva@chromium.org 2008-10-29 18:31:55 +00:00
parent 4717ed1de9
commit 156c1323e3

View File

@ -800,8 +800,7 @@ void CodeGenerator::GenericBinaryOperation(Token::Value op,
return; return;
} }
// For now, we keep the old behavior and only inline the smi code // Set the flags based on the operation, type and loop nesting level.
// for the bitwise operations.
GenericBinaryFlags flags; GenericBinaryFlags flags;
switch (op) { switch (op) {
case Token::BIT_OR: case Token::BIT_OR: