From 74a17e90fcdeecb405db792213e6a0b48710fab0 Mon Sep 17 00:00:00 2001 From: "kmillikin@chromium.org" Date: Thu, 22 Jan 2009 12:52:39 +0000 Subject: [PATCH] Fix incorrect issue number. Review URL: http://codereview.chromium.org/18493 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1124 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- src/codegen-ia32.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/codegen-ia32.cc b/src/codegen-ia32.cc index a9cc800..a02f545 100644 --- a/src/codegen-ia32.cc +++ b/src/codegen-ia32.cc @@ -1014,8 +1014,8 @@ void CodeGenerator::SmiOperation(Token::Value op, // code size is increased by ~1% (measured on a combination of // different benchmarks). - // TODO(1217802): Optimize some special cases of operations - // involving a smi literal (multiply by 2, shift by 0, etc.). + // TODO(199): Optimize some special cases of operations involving a + // smi literal (multiply by 2, shift by 0, etc.). // Get the literal value. int int_value = Smi::cast(*value)->value(); -- 2.7.4