| Index: src/compiler/x64/code-generator-x64.cc
|
| diff --git a/src/compiler/x64/code-generator-x64.cc b/src/compiler/x64/code-generator-x64.cc
|
| index 56260804806fd904a506bf5c776b2ee7005cf200..5a9fbb396cccb1e51be996ad1b63e66abc404f48 100644
|
| --- a/src/compiler/x64/code-generator-x64.cc
|
| +++ b/src/compiler/x64/code-generator-x64.cc
|
| @@ -1432,6 +1432,13 @@ void CodeGenerator::AssembleArchBoolean(Instruction* instr,
|
| }
|
|
|
|
|
| +void CodeGenerator::AssembleArchSelect(Instruction* instr,
|
| + FlagsCondition condition) {
|
| + // Unsupported.
|
| + UNREACHABLE();
|
| +}
|
| +
|
| +
|
| void CodeGenerator::AssembleArchLookupSwitch(Instruction* instr) {
|
| X64OperandConverter i(this, instr);
|
| Register input = i.InputRegister(0);
|
|
|