Revision: 6263
Author: [email protected]
Date: Tue Jan 11 04:20:22 2011
Log: Fix ARM debug build by moving an assert.

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

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

=======================================
--- /branches/bleeding_edge/src/arm/lithium-codegen-arm.cc Tue Jan 11 03:54:37 2011 +++ /branches/bleeding_edge/src/arm/lithium-codegen-arm.cc Tue Jan 11 04:20:22 2011
@@ -1649,7 +1649,6 @@
   __ ldr(result, FieldMemOperand(scratch, FixedArray::kHeaderSize));

   // Check for the hole value.
-  ASSERT(r.IsTagged());
   __ LoadRoot(scratch, Heap::kTheHoleValueRootIndex);
   __ cmp(result, scratch);
   DeoptimizeIf(eq, instr->environment());

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

Reply via email to