Index: src/hydrogen-instructions.h |
diff --git a/src/hydrogen-instructions.h b/src/hydrogen-instructions.h |
index ded6ae34e8f05f53dad83f9aa0b7e13eaa14b29b..986e49f1ae693e89f63a395fac7d7d24f6a0b01b 100644 |
--- a/src/hydrogen-instructions.h |
+++ b/src/hydrogen-instructions.h |
@@ -4607,7 +4607,6 @@ class HAllocate: public HTemplateInstruction<2> { |
: type_(type), |
flags_(flags) { |
ASSERT((flags & CAN_ALLOCATE_IN_OLD_DATA_SPACE) == 0); // unimplemented |
- ASSERT((flags & CAN_ALLOCATE_IN_OLD_POINTER_SPACE) == 0); // unimplemented |
SetOperandAt(0, context); |
SetOperandAt(1, size); |
set_representation(Representation::Tagged()); |