| Index: src/crankshaft/x64/lithium-x64.cc
|
| diff --git a/src/crankshaft/x64/lithium-x64.cc b/src/crankshaft/x64/lithium-x64.cc
|
| index c45ecd65efcbc9fc6a5a1e23b8824f207c90fa7a..464733ffeff62240e930868e94da532ec7081437 100644
|
| --- a/src/crankshaft/x64/lithium-x64.cc
|
| +++ b/src/crankshaft/x64/lithium-x64.cc
|
| @@ -1797,13 +1797,6 @@ 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.
|
|
|