| Index: src/compiler/pipeline.cc
|
| diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc
|
| index dfc41707bbd00b543bba62924fb3834823e2afc2..f13b6798d0533e3cf52a156cf0a1ba3880d524de 100644
|
| --- a/src/compiler/pipeline.cc
|
| +++ b/src/compiler/pipeline.cc
|
| @@ -1523,6 +1523,7 @@ void Pipeline::AllocateRegisters(const RegisterConfiguration* config,
|
| #ifdef DEBUG
|
| debug_name = info()->GetDebugName();
|
| data_->sequence()->ValidateEdgeSplitForm();
|
| + data_->sequence()->ValidateDeferredBlockEntryPaths();
|
| data_->sequence()->ValidateDeferredBlockExitPaths();
|
| #endif
|
|
|
|
|