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 c7c025317ee2efd45b4f5eae51d33ac09c43e938..954fce8a6e2abf905172d6e87b8a9e6e0b0ce226 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: { |