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 bb2902e2fb816c690a0bb3517a90969f6f5fe047..dd54431f023527eeb464360794d53228493f4d0c 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: { |