Bug 1289054 - Part 21: Unrelated cleanup, r=bbouvier

This commit is contained in:
Hannes Verschore 2016-07-29 16:53:50 +02:00
Родитель cb373bd27d
Коммит 7d31f5df3a
2 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -2664,7 +2664,6 @@ CodeGeneratorARM::visitAsmJSPassStackArg(LAsmJSPassStackArg* ins)
const MAsmJSPassStackArg* mir = ins->mir();
Address dst(StackPointer, mir->spOffset());
if (ins->arg()->isConstant()) {
//masm.as_bkpt();
masm.ma_storeImm(Imm32(ToInt32(ins->arg())), dst);
} else {
if (ins->arg()->isGeneralReg())

Просмотреть файл

@ -275,7 +275,6 @@ LIRGeneratorARM::defineUntypedPhi(MPhi* phi, size_t lirIndex)
void
LIRGeneratorARM::lowerUntypedPhiInput(MPhi* phi, uint32_t inputPosition, LBlock* block, size_t lirIndex)
{
// oh god, what is this code?
MDefinition* operand = phi->getOperand(inputPosition);
LPhi* type = block->getPhi(lirIndex + VREG_TYPE_OFFSET);
LPhi* payload = block->getPhi(lirIndex + VREG_DATA_OFFSET);