Revision: 15634
Author:   [email protected]
Date:     Thu Jul 11 07:26:01 2013
Log:      Bogus assert needs to be removed on non-ia32 platforms

BUG=
[email protected]

Review URL: https://codereview.chromium.org/18384007
http://code.google.com/p/v8/source/detail?r=15634

Modified:
 /branches/bleeding_edge/src/arm/lithium-arm.cc
 /branches/bleeding_edge/src/mips/lithium-mips.cc
 /branches/bleeding_edge/src/x64/lithium-x64.cc

=======================================
--- /branches/bleeding_edge/src/arm/lithium-arm.cc      Wed Jul 10 02:02:23 2013
+++ /branches/bleeding_edge/src/arm/lithium-arm.cc      Thu Jul 11 07:26:01 2013
@@ -325,7 +325,6 @@
   stream->Add("= ");
   constructor()->PrintTo(stream);
   stream->Add(" #%d / ", arity());
-  ASSERT(hydrogen()->property_cell()->value()->IsSmi());
   ElementsKind kind = hydrogen()->elements_kind();
   stream->Add(" (%s) ", ElementsKindToString(kind));
 }
=======================================
--- /branches/bleeding_edge/src/mips/lithium-mips.cc Wed Jul 10 08:26:38 2013 +++ /branches/bleeding_edge/src/mips/lithium-mips.cc Thu Jul 11 07:26:01 2013
@@ -330,7 +330,6 @@
   stream->Add("= ");
   constructor()->PrintTo(stream);
   stream->Add(" #%d / ", arity());
-  ASSERT(hydrogen()->property_cell()->value()->IsSmi());
   ElementsKind kind = hydrogen()->elements_kind();
   stream->Add(" (%s) ", ElementsKindToString(kind));
 }
=======================================
--- /branches/bleeding_edge/src/x64/lithium-x64.cc      Wed Jul 10 02:02:23 2013
+++ /branches/bleeding_edge/src/x64/lithium-x64.cc      Thu Jul 11 07:26:01 2013
@@ -328,7 +328,6 @@
   stream->Add("= ");
   constructor()->PrintTo(stream);
   stream->Add(" #%d / ", arity());
-  ASSERT(hydrogen()->property_cell()->value()->IsSmi());
   ElementsKind kind = hydrogen()->elements_kind();
   stream->Add(" (%s) ", ElementsKindToString(kind));
 }

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to