Chromium Code Reviews| Index: src/compiler/pipeline.cc |
| diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc |
| index 54daedcd70dbec62f8aaaa520bcdcc4a682c65f8..c9a6a897d16bf1007e4788246c683e14284a8917 100644 |
| --- a/src/compiler/pipeline.cc |
| +++ b/src/compiler/pipeline.cc |
| @@ -1503,8 +1503,6 @@ bool PipelineImpl::CreateGraph() { |
| // Perform OSR deconstruction. |
| if (info()->is_osr()) { |
| Run<OsrDeconstructionPhase>(); |
| - |
| - Run<UntyperPhase>(); |
| RunPrintAndVerify("OSR deconstruction", true); |
| } |