| Index: src/hydrogen-instructions.h
|
| ===================================================================
|
| --- src/hydrogen-instructions.h (revision 14364)
|
| +++ src/hydrogen-instructions.h (working copy)
|
| @@ -4613,7 +4613,7 @@
|
| if (right()->IsInteger32Constant()) {
|
| if (decomposition->Apply(left(), 0, right()->GetInteger32Constant())) {
|
| // This is intended to look for HAdd and HSub, to handle compounds
|
| - // like ((base + offset) >> scale) with one single decomposition.
|
| + // like ((base + offset) >>> scale) with one single decomposition.
|
| left()->TryDecompose(decomposition);
|
| return true;
|
| }
|
|
|