mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-22 12:04:38 +00:00
Backed out changeset 1035869d1819 (bug 950452) for jit-test failures
This commit is contained in:
parent
73c6c76ff1
commit
accd5a8842
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user