| Index: src/compiler/pipeline.cc
|
| diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc
|
| index 96a4eab5786280d6e74475c85c598615cc5653e2..06213c7af0f304094e36c93e940be1fe0a8efc27 100644
|
| --- a/src/compiler/pipeline.cc
|
| +++ b/src/compiler/pipeline.cc
|
| @@ -1376,6 +1376,8 @@ void Pipeline::AllocateRegisters(const RegisterConfiguration* config,
|
| }
|
| if (verifier != nullptr) {
|
| CHECK(!data->register_allocation_data()->ExistsUseWithoutDefinition());
|
| + CHECK(data->register_allocation_data()
|
| + ->RangesDefinedInDeferredStayInDeferred());
|
| }
|
|
|
| if (FLAG_turbo_preprocess_ranges) {
|
|
|