Reviewers: fschneider,

Description:
IA32: Remove an invalid assert

Please review this at http://codereview.chromium.org/6129005/

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
  M     src/ia32/code-stubs-ia32.cc


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_) {


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

Reply via email to