| Index: src/compiler/x87/code-generator-x87.cc
|
| diff --git a/src/compiler/x87/code-generator-x87.cc b/src/compiler/x87/code-generator-x87.cc
|
| index 596b7ab775343b251f55e1014dfce84ddcbe78e0..8f2ac20ae7376f26dd32944be6fbe6b3a2620a02 100644
|
| --- a/src/compiler/x87/code-generator-x87.cc
|
| +++ b/src/compiler/x87/code-generator-x87.cc
|
| @@ -1371,6 +1371,13 @@ void CodeGenerator::AssembleArchBoolean(Instruction* instr,
|
| }
|
|
|
|
|
| +void CodeGenerator::AssembleArchSelect(Instruction* instr,
|
| + FlagsCondition condition) {
|
| + // Unsupported.
|
| + UNREACHABLE();
|
| +}
|
| +
|
| +
|
| void CodeGenerator::AssembleArchLookupSwitch(Instruction* instr) {
|
| X87OperandConverter i(this, instr);
|
| Register input = i.InputRegister(0);
|
|
|