Revision: 5745
Author: [email protected]
Date: Mon Nov  1 02:16:39 2010
Log: Remove invalid asserts from last commit.

[email protected]
Review URL: http://codereview.chromium.org/4094010
http://code.google.com/p/v8/source/detail?r=5745

Modified:
 /branches/bleeding_edge/src/ia32/stub-cache-ia32.cc
 /branches/bleeding_edge/src/x64/stub-cache-x64.cc

=======================================
--- /branches/bleeding_edge/src/ia32/stub-cache-ia32.cc Mon Nov 1 01:55:40 2010 +++ /branches/bleeding_edge/src/ia32/stub-cache-ia32.cc Mon Nov 1 02:16:39 2010
@@ -227,7 +227,6 @@

   // Check scratch and extra registers are valid, and extra2 is unused.
   ASSERT(!scratch.is(no_reg));
-  ASSERT(!extra.is(no_reg));
   ASSERT(extra2.is(no_reg));

   // Check that the receiver isn't a smi.
=======================================
--- /branches/bleeding_edge/src/x64/stub-cache-x64.cc Mon Nov 1 01:55:40 2010 +++ /branches/bleeding_edge/src/x64/stub-cache-x64.cc Mon Nov 1 02:16:39 2010
@@ -291,7 +291,6 @@

   // Check scratch register is valid, extra and extra2 are unused.
   ASSERT(!scratch.is(no_reg));
-  ASSERT(extra.is(no_reg));
   ASSERT(extra2.is(no_reg));

   // Check that the receiver isn't a smi.

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

Reply via email to