| 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 82eee57747f063eb2e8834beca898b6ca6c4ba4e..5046aa5aebbc921fe6c5bc1853f93ca84eec7c53 100644
|
| --- a/src/compiler/x87/code-generator-x87.cc
|
| +++ b/src/compiler/x87/code-generator-x87.cc
|
| @@ -481,6 +481,7 @@ void CodeGenerator::AssembleArchInstruction(Instruction* instr) {
|
| AssembleArchTableSwitch(instr);
|
| break;
|
| case kArchNop:
|
| + case kArchThrowTerminator:
|
| // don't emit code for nops.
|
| break;
|
| case kArchDeoptimize: {
|
|
|