| Index: src/ia32/lithium-ia32.h
|
| diff --git a/src/ia32/lithium-ia32.h b/src/ia32/lithium-ia32.h
|
| index 490b7805744229e6e02323cf907f9dc947154a26..062744ad9440cd9eb6462800d47be969777353b7 100644
|
| --- a/src/ia32/lithium-ia32.h
|
| +++ b/src/ia32/lithium-ia32.h
|
| @@ -117,7 +117,6 @@ class LCodeGen;
|
| V(Label) \
|
| V(LazyBailout) \
|
| V(LoadContextSlot) \
|
| - V(LoadElements) \
|
| V(LoadExternalArrayPointer) \
|
| V(LoadFunctionPrototype) \
|
| V(LoadGlobalCell) \
|
| @@ -1552,18 +1551,6 @@ class LLoadFunctionPrototype: public LTemplateInstruction<1, 1, 1> {
|
| };
|
|
|
|
|
| -class LLoadElements: public LTemplateInstruction<1, 1, 0> {
|
| - public:
|
| - explicit LLoadElements(LOperand* object) {
|
| - inputs_[0] = object;
|
| - }
|
| -
|
| - LOperand* object() { return inputs_[0]; }
|
| -
|
| - DECLARE_CONCRETE_INSTRUCTION(LoadElements, "load-elements")
|
| -};
|
| -
|
| -
|
| class LLoadExternalArrayPointer: public LTemplateInstruction<1, 1, 0> {
|
| public:
|
| explicit LLoadExternalArrayPointer(LOperand* object) {
|
|
|