| Index: src/compiler/code-generator.cc
|
| diff --git a/src/compiler/code-generator.cc b/src/compiler/code-generator.cc
|
| index dfd18cc4ee0b456d8e1bf049eb492bc0f63f25a8..8db8b0b873539cefc3782f1c03b29f1858a00c3d 100644
|
| --- a/src/compiler/code-generator.cc
|
| +++ b/src/compiler/code-generator.cc
|
| @@ -287,7 +287,8 @@ void CodeGenerator::BuildTranslation(Instruction* instr,
|
| }
|
|
|
|
|
| -#if !V8_TURBOFAN_TARGET
|
| +#if !V8_TURBOFAN_BACKEND
|
| +
|
| void CodeGenerator::AssembleArchInstruction(Instruction* instr) {
|
| UNIMPLEMENTED();
|
| }
|
| @@ -334,7 +335,7 @@ bool CodeGenerator::IsNopForSmiCodeInlining(Handle<Code> code, int start_pc,
|
| }
|
| #endif
|
|
|
| -#endif
|
| +#endif // !V8_TURBOFAN_BACKEND
|
|
|
|
|
| } // namespace compiler
|
|
|