Author: [email protected]
Date: Wed Dec 17 01:02:31 2008
New Revision: 986

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

Log:
Removed some unused code to make Linux builders happy.

TBR=ager
Review URL: http://codereview.chromium.org/14189

Modified: branches/bleeding_edge/src/codegen-ia32.cc
==============================================================================
--- branches/bleeding_edge/src/codegen-ia32.cc  (original)
+++ branches/bleeding_edge/src/codegen-ia32.cc  Wed Dec 17 01:02:31 2008
@@ -3835,8 +3835,6 @@
        // TODO(1241834): Make sure that this it is safe to ignore the
        // distinction between expressions in a typeof and not in a typeof.
        Comment cmnt(masm, "[ Load from keyed Property");
-      Property* property = expression_->AsProperty();
-      ASSERT(property != NULL);
        Handle<Code> ic(Builtins::builtin(Builtins::KeyedLoadIC_Initialize));

        Variable* var = expression_->AsVariableProxy()->AsVariable();
@@ -3953,8 +3951,6 @@

      case KEYED: {
        Comment cmnt(masm, "[ Store to keyed Property");
-      Property* property = expression_->AsProperty();
-      ASSERT(property != NULL);
        // Call IC code.
        Handle<Code>  
ic(Builtins::builtin(Builtins::KeyedStoreIC_Initialize));
        // TODO(1222589): Make the IC grab the values from the stack.

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

Reply via email to