diff --git a/src/mips/lithium-mips.h b/src/mips/lithium-mips.h index c7dc7b763a..f68e6ca105 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; }