| 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 84542b60991f9c9323a6babeb3a74f1ca673358c..80256f152d7852c609b048f495e9c93e2f16320a 100644
|
| --- a/src/compiler/x64/code-generator-x64.cc
|
| +++ b/src/compiler/x64/code-generator-x64.cc
|
| @@ -692,6 +692,7 @@ void CodeGenerator::AssembleArchInstruction(Instruction* instr) {
|
| AssembleArchTableSwitch(instr);
|
| break;
|
| case kArchNop:
|
| + case kArchThrowTerminator:
|
| // don't emit code for nops.
|
| break;
|
| case kArchDeoptimize: {
|
|
|