Chromium Code Reviews| Index: src/hydrogen-instructions.cc |
| =================================================================== |
| --- src/hydrogen-instructions.cc (revision 11854) |
| +++ src/hydrogen-instructions.cc (working copy) |
| @@ -667,6 +667,9 @@ |
| index()->PrintNameTo(stream); |
| stream->Add(" "); |
| length()->PrintNameTo(stream); |
| + if (lower_offset() != 0 || upper_offset() != 0) { |
| + stream->Add(" offset[%d,%d]", lower_offset(), upper_offset()); |
| + } |
| } |