| Index: src/crankshaft/s390/lithium-s390.cc
|
| diff --git a/src/crankshaft/s390/lithium-s390.cc b/src/crankshaft/s390/lithium-s390.cc
|
| index bf9dfd56bae04409eeb7dd009fda5f9f7dc65c4b..2d0575ff65cf8de52f95be8bf3353c4723784eaf 100644
|
| --- a/src/crankshaft/s390/lithium-s390.cc
|
| +++ b/src/crankshaft/s390/lithium-s390.cc
|
| @@ -1804,14 +1804,6 @@ LInstruction* LChunkBuilder::DoConstant(HConstant* instr) {
|
| }
|
| }
|
|
|
| -LInstruction* LChunkBuilder::DoLoadGlobalGeneric(HLoadGlobalGeneric* instr) {
|
| - LOperand* context = UseFixed(instr->context(), cp);
|
| - LOperand* vector = FixedTemp(LoadWithVectorDescriptor::VectorRegister());
|
| -
|
| - LLoadGlobalGeneric* result = new (zone()) LLoadGlobalGeneric(context, vector);
|
| - return MarkAsCall(DefineFixed(result, r2), instr);
|
| -}
|
| -
|
| LInstruction* LChunkBuilder::DoLoadContextSlot(HLoadContextSlot* instr) {
|
| LOperand* context = UseRegisterAtStart(instr->value());
|
| LInstruction* result =
|
|
|