Index: src/ia32/code-stubs-ia32.cc |
=================================================================== |
--- src/ia32/code-stubs-ia32.cc (revision 6279) |
+++ src/ia32/code-stubs-ia32.cc (working copy) |
@@ -2015,8 +2015,7 @@ |
void TypeRecordingBinaryOpStub::GenerateHeapNumberStub(MacroAssembler* masm) { |
Label call_runtime; |
- ASSERT(operands_type_ == TRBinaryOpIC::HEAP_NUMBER || |
- operands_type_ == TRBinaryOpIC::INT32); |
+ ASSERT(operands_type_ == TRBinaryOpIC::HEAP_NUMBER); |
// Floating point case. |
switch (op_) { |