зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1649655 - [MIPS] Add CodeGenerator::visitWasmRegisterResult function. r=lth
Differential Revision: https://phabricator.services.mozilla.com/D81804
This commit is contained in:
Родитель
36d0b0407a
Коммит
d1b70e5075
|
@ -1350,6 +1350,9 @@ void CodeGenerator::visitBitAndAndBranch(LBitAndAndBranch* lir) {
|
|||
lir->ifFalse());
|
||||
}
|
||||
|
||||
// See ../CodeGenerator.cpp for more information.
|
||||
void CodeGenerator::visitWasmRegisterResult(LWasmRegisterResult* lir) {}
|
||||
|
||||
void CodeGenerator::visitWasmUint32ToDouble(LWasmUint32ToDouble* lir) {
|
||||
masm.convertUInt32ToDouble(ToRegister(lir->input()),
|
||||
ToFloatRegister(lir->output()));
|
||||
|
|
Загрузка…
Ссылка в новой задаче