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