Index: src/arm/lithium-arm.h |
=================================================================== |
--- src/arm/lithium-arm.h (revision 8219) |
+++ src/arm/lithium-arm.h (working copy) |
@@ -961,7 +961,7 @@ |
}; |
-class LBoundsCheck: public LTemplateInstruction<0, 2, 0> { |
+class LBoundsCheck: public LTemplateInstruction<1, 2, 0> { |
public: |
LBoundsCheck(LOperand* index, LOperand* length) { |
inputs_[0] = index; |