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