Index: src/compiler/ppc/code-generator-ppc.cc |
diff --git a/src/compiler/ppc/code-generator-ppc.cc b/src/compiler/ppc/code-generator-ppc.cc |
index 6d8fd92435c65f2b2934ec009dba16a51f6773b0..88f1d32118f786c658180cde07bf6f5f3fba9090 100644 |
--- a/src/compiler/ppc/code-generator-ppc.cc |
+++ b/src/compiler/ppc/code-generator-ppc.cc |
@@ -744,6 +744,7 @@ void CodeGenerator::AssembleArchInstruction(Instruction* instr) { |
DCHECK_EQ(LeaveRC, i.OutputRCBit()); |
break; |
case kArchNop: |
+ case kArchThrowTerminator: |
// don't emit code for nops. |
DCHECK_EQ(LeaveRC, i.OutputRCBit()); |
break; |