| Index: src/compiler/ia32/code-generator-ia32.cc
|
| diff --git a/src/compiler/ia32/code-generator-ia32.cc b/src/compiler/ia32/code-generator-ia32.cc
|
| index 20afdc104d0d28598596c03845eb4a4e89b8695b..b9d6297ef26af3bbf20d1cfde8f584c6ab9f3be9 100644
|
| --- a/src/compiler/ia32/code-generator-ia32.cc
|
| +++ b/src/compiler/ia32/code-generator-ia32.cc
|
| @@ -1675,6 +1675,10 @@ void CodeGenerator::AssembleArchJump(RpoNumber target) {
|
| if (!IsNextInAssemblyOrder(target)) __ jmp(GetLabel(target));
|
| }
|
|
|
| +void CodeGenerator::AssembleArchTrap(Instruction* instr,
|
| + FlagsCondition condition) {
|
| + UNREACHABLE();
|
| +}
|
|
|
| // Assembles boolean materializations after an instruction.
|
| void CodeGenerator::AssembleArchBoolean(Instruction* instr,
|
|
|