Index: src/ia32/lithium-ia32.h |
=================================================================== |
--- src/ia32/lithium-ia32.h (revision 6349) |
+++ src/ia32/lithium-ia32.h (working copy) |
@@ -1325,10 +1325,10 @@ |
}; |
-class LCallKeyed: public LTemplateInstruction<1, 0, 1> { |
+class LCallKeyed: public LTemplateInstruction<1, 1, 0> { |
public: |
- explicit LCallKeyed(LOperand* temp) { |
- temps_[0] = temp; |
+ explicit LCallKeyed(LOperand* key) { |
+ inputs_[0] = key; |
} |
DECLARE_CONCRETE_INSTRUCTION(CallKeyed, "call-keyed") |