Commit 156c1323 authored by iposva@chromium.org's avatar iposva@chromium.org

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
parent 4717ed1d
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment