Revision: 6280
Author: [email protected]
Date: Wed Jan 12 03:53:30 2011
Log: IA32: Remove an invalid assert
Review URL: http://codereview.chromium.org/6129005
http://code.google.com/p/v8/source/detail?r=6280
Modified:
/branches/bleeding_edge/src/ia32/code-stubs-ia32.cc
=======================================
--- /branches/bleeding_edge/src/ia32/code-stubs-ia32.cc Fri Jan 7 02:37:26
2011
+++ /branches/bleeding_edge/src/ia32/code-stubs-ia32.cc Wed Jan 12 03:53:30
2011
@@ -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_) {
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev