| Index: src/compiler/mips/code-generator-mips.cc
|
| diff --git a/src/compiler/mips/code-generator-mips.cc b/src/compiler/mips/code-generator-mips.cc
|
| index 7769b9e739ec5873e47b32a0e9060082e7350e5e..5e7ab90e735701633548e5961e1b4291e93c29e2 100644
|
| --- a/src/compiler/mips/code-generator-mips.cc
|
| +++ b/src/compiler/mips/code-generator-mips.cc
|
| @@ -1096,6 +1096,13 @@ void CodeGenerator::AssembleArchBoolean(Instruction* instr,
|
| }
|
|
|
|
|
| +void CodeGenerator::AssembleArchSelect(Instruction* instr,
|
| + FlagsCondition condition) {
|
| + // Unsupported.
|
| + UNREACHABLE();
|
| +}
|
| +
|
| +
|
| void CodeGenerator::AssembleArchLookupSwitch(Instruction* instr) {
|
| MipsOperandConverter i(this, instr);
|
| Register input = i.InputRegister(0);
|
|
|