Revision: 19253
Author:   [email protected]
Date:     Tue Feb 11 07:44:25 2014 UTC
Log:      Remove unneccessary assert.

This assert fails when dumping native counters on x64.

[email protected]

Review URL: https://codereview.chromium.org/151033003

Patch from Weiliang Lin <[email protected]>.
http://code.google.com/p/v8/source/detail?r=19253

Modified:
 /branches/bleeding_edge/src/x64/lithium-codegen-x64.cc

=======================================
--- /branches/bleeding_edge/src/x64/lithium-codegen-x64.cc Tue Feb 11 01:28:08 2014 UTC +++ /branches/bleeding_edge/src/x64/lithium-codegen-x64.cc Tue Feb 11 07:44:25 2014 UTC
@@ -3855,7 +3855,6 @@
     Register value = ToRegister(instr->value());
     if (instr->object()->IsConstantOperand()) {
       ASSERT(value.is(rax));
-      ASSERT(!access.representation().IsSpecialization());
       LConstantOperand* object = LConstantOperand::cast(instr->object());
       __ store_rax(ToExternalReference(object));
     } else {

--
--
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