| Index: src/crankshaft/s390/lithium-s390.cc
|
| diff --git a/src/crankshaft/s390/lithium-s390.cc b/src/crankshaft/s390/lithium-s390.cc
|
| index 9095a2782f2fa83e3d8fa7c504aa3812bf077641..0b17fe96c5cd5e85d6cf7e949e18db5f53482e59 100644
|
| --- a/src/crankshaft/s390/lithium-s390.cc
|
| +++ b/src/crankshaft/s390/lithium-s390.cc
|
| @@ -1615,12 +1615,6 @@ LInstruction* LChunkBuilder::DoBoundsCheck(HBoundsCheck* instr) {
|
| return result;
|
| }
|
|
|
| -LInstruction* LChunkBuilder::DoBoundsCheckBaseIndexInformation(
|
| - HBoundsCheckBaseIndexInformation* instr) {
|
| - UNREACHABLE();
|
| - return NULL;
|
| -}
|
| -
|
| 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.
|
|
|