 Chromium Code Reviews
 Chromium Code Reviews Issue 2155123002:
  [turbofan] Eliminate checkpoints before return in common op reducer.  (Closed) 
  Base URL: https://chromium.googlesource.com/v8/v8.git@master
    
  
    Issue 2155123002:
  [turbofan] Eliminate checkpoints before return in common op reducer.  (Closed) 
  Base URL: https://chromium.googlesource.com/v8/v8.git@master| Index: src/compiler/checkpoint-elimination.h | 
| diff --git a/src/compiler/checkpoint-elimination.h b/src/compiler/checkpoint-elimination.h | 
| index deb4c38b011619f1b0c4b0d4d34fff9cf29b3809..edaa0e7734443c17c7202935b85c3480418904e2 100644 | 
| --- a/src/compiler/checkpoint-elimination.h | 
| +++ b/src/compiler/checkpoint-elimination.h | 
| @@ -21,7 +21,6 @@ class CheckpointElimination final : public AdvancedReducer { | 
| private: | 
| Reduction ReduceCheckpoint(Node* node); | 
| - Reduction ReduceReturn(Node* node); | 
| }; | 
| } // namespace compiler |