Reviewers: Mads Ager,

Message:
One-character review.

Description:
X64: Now lints.

Please review this at http://codereview.chromium.org/125247

Affected files:
   M src/x64/codegen-x64.cc


Index: src/x64/codegen-x64.cc
diff --git a/src/x64/codegen-x64.cc b/src/x64/codegen-x64.cc
index  
1629c6e8cadf6ae9fd7d0c57261d47a55e14b7a0..a99d0e4228fd2f7489667f75bacd0660d057afe3
  
100644
--- a/src/x64/codegen-x64.cc
+++ b/src/x64/codegen-x64.cc
@@ -648,7 +648,7 @@ void  
GenericBinaryOpStub::GenerateSmiCode(MacroAssembler* masm, Label* slow) {
        // by -1. We cannot use the overflow flag, since it is not set
        // by idiv instruction.
        ASSERT(kSmiTag == 0 && kSmiTagSize == 1);
-      // TODO(X64):TODO(Smi): Smi implementation dependent constant.
+      // TODO(X64): TODO(Smi): Smi implementation dependent constant.
        // Value is Smi::fromInt(-(1<<31)) / Smi::fromInt(-1)
        __ cmpq(rax, Immediate(0x40000000));
        __ j(equal, slow);



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

Reply via email to