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