Revision: 6787
Author: [email protected]
Date: Tue Feb 15 02:50:09 2011
Log: Fix ARM debug build: remove ASSERT.

TBR=ricow@

Review URL: http://codereview.chromium.org/6528011
http://code.google.com/p/v8/source/detail?r=6787

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

=======================================
--- /branches/bleeding_edge/src/arm/lithium-codegen-arm.cc Tue Feb 15 02:22:24 2011 +++ /branches/bleeding_edge/src/arm/lithium-codegen-arm.cc Tue Feb 15 02:50:09 2011
@@ -1918,7 +1918,6 @@
   int true_block = chunk_->LookupDestination(instr->true_block_id());
   int false_block = chunk_->LookupDestination(instr->false_block_id());

-  ASSERT(instr->hydrogen()->value()->representation().IsTagged());
   __ ldr(scratch,
          FieldMemOperand(input, String::kContainsCachedArrayIndexMask));
   __ tst(scratch, Operand(String::kContainsCachedArrayIndexMask));

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

Reply via email to