| Index: src/mips/lithium-mips.cc
|
| diff --git a/src/mips/lithium-mips.cc b/src/mips/lithium-mips.cc
|
| index a6d7f1d683e89fde4f2d9e7ac89422f9a6e34f4c..e647155d72a3d1b10c6fc5f264acc68c8f6849a8 100644
|
| --- a/src/mips/lithium-mips.cc
|
| +++ b/src/mips/lithium-mips.cc
|
| @@ -1608,6 +1608,13 @@ LInstruction* LChunkBuilder::DoBoundsCheck(HBoundsCheck* instr) {
|
| }
|
|
|
|
|
| +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.
|
|
|