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 da0d8279a8a543b0fbede648cf1512704b975d3e..550cb230a947f17681484e2c53bd7ec347afdbe8 100644 |
--- a/src/compiler/ppc/code-generator-ppc.cc |
+++ b/src/compiler/ppc/code-generator-ppc.cc |
@@ -755,6 +755,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; |