Backed out changeset 1035869d1819 (bug 950452) for jit-test failures

This commit is contained in:
Wes Kocher 2013-12-19 19:19:23 -08:00
parent 73c6c76ff1
commit accd5a8842

View File

@ -9265,11 +9265,6 @@ IonBuilder::jsop_setarg(uint32_t arg)
JS_ASSERT(op->resultTypeSet() == &argTypes[arg]);
if (!argTypes[arg].addType(types::Type::UnknownType(), alloc_->lifoAlloc()))
return false;
if (val->isMul())
val->setResultType(MIRType_Double);
else
JS_ASSERT(val->type() == MIRType_Int32);
val->setResultTypeSet(nullptr);
}
}
}