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