Chromium Code Reviews| Index: src/x64/codegen-x64.cc |
| =================================================================== |
| --- src/x64/codegen-x64.cc (revision 4467) |
| +++ src/x64/codegen-x64.cc (working copy) |
| @@ -304,8 +304,7 @@ |
| #endif |
| // New scope to get automatic timing calculation. |
| - { // NOLINT |
| - HistogramTimerScope codegen_timer(&Counters::code_generation); |
| + { HistogramTimerScope codegen_timer(&Counters::code_generation); |
| CodeGenState state(this); |
| // Entry: |