Index: src/ia32/lithium-ia32.cc |
diff --git a/src/ia32/lithium-ia32.cc b/src/ia32/lithium-ia32.cc |
index 7ec12582a9dba562d60380735abdef750551fe8e..e99b3cfe531583420fed3c973dfcbab14e94d715 100644 |
--- a/src/ia32/lithium-ia32.cc |
+++ b/src/ia32/lithium-ia32.cc |
@@ -1886,13 +1886,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* context = UseFixed(instr->context(), esi); |
LOperand* value = UseFixed(instr->value(), eax); |