Author: [email protected]
Date: Thu Jan 22 04:52:39 2009
New Revision: 1124

Modified:
    branches/bleeding_edge/src/codegen-ia32.cc

Log:
Fix incorrect issue number.
Review URL: http://codereview.chromium.org/18493

Modified: branches/bleeding_edge/src/codegen-ia32.cc
==============================================================================
--- branches/bleeding_edge/src/codegen-ia32.cc  (original)
+++ branches/bleeding_edge/src/codegen-ia32.cc  Thu Jan 22 04:52:39 2009
@@ -1014,8 +1014,8 @@
    // 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();

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to