Index: src/x64/lithium-x64.h |
=================================================================== |
--- src/x64/lithium-x64.h (revision 6669) |
+++ src/x64/lithium-x64.h (working copy) |
@@ -648,12 +648,11 @@ |
}; |
-class LMulI: public LTemplateInstruction<1, 2, 1> { |
+class LMulI: public LTemplateInstruction<1, 2, 0> { |
public: |
- LMulI(LOperand* left, LOperand* right, LOperand* temp) { |
+ LMulI(LOperand* left, LOperand* right) { |
inputs_[0] = left; |
inputs_[1] = right; |
- temps_[0] = temp; |
} |
DECLARE_CONCRETE_INSTRUCTION(MulI, "mul-i") |