Index: src/mips/lithium-mips.cc |
diff --git a/src/mips/lithium-mips.cc b/src/mips/lithium-mips.cc |
index b11c9c232b3fa5dc88795c907637baed70c1b0c2..0c8ab214c07b4ad88f6b7726d86fcbd9b13219c2 100644 |
--- a/src/mips/lithium-mips.cc |
+++ b/src/mips/lithium-mips.cc |
@@ -1791,13 +1791,6 @@ LInstruction* LChunkBuilder::DoBoundsCheckBaseIndexInformation( |
} |
-LInstruction* LChunkBuilder::DoAbnormalExit(HAbnormalExit* instr) { |
- // The control instruction marking the end of a block that completed |
- // abruptly (e.g., threw an exception). There is nothing specific to do. |
- return NULL; |
-} |
- |
- |
LInstruction* LChunkBuilder::DoThrow(HThrow* instr) { |
LOperand* value = UseFixed(instr->value(), a0); |
return MarkAsCall(new(zone()) LThrow(value), instr); |