| Index: src/mips/lithium-mips.h
|
| diff --git a/src/mips/lithium-mips.h b/src/mips/lithium-mips.h
|
| index c7dc7b763a4e2ebfc4b9e9e4451250fae0a0ada8..f68e6ca105ddea23182ccbadf8fb14880f7822fe 100644
|
| --- a/src/mips/lithium-mips.h
|
| +++ b/src/mips/lithium-mips.h
|
| @@ -1224,7 +1224,8 @@ class LLoadKeyedFastDoubleElement: public LTemplateInstruction<1, 2, 0> {
|
|
|
| class LLoadKeyedSpecializedArrayElement: public LTemplateInstruction<1, 2, 0> {
|
| public:
|
| - LLoadKeyedSpecializedArrayElement(LOperand* external_pointer, LOperand* key) {
|
| + LLoadKeyedSpecializedArrayElement(LOperand* external_pointer,
|
| + LOperand* key) {
|
| inputs_[0] = external_pointer;
|
| inputs_[1] = key;
|
| }
|
|
|