Index: src/compiler/pipeline.cc |
diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc |
index 802024e5644f6d2892ac73444eb9b08cbc21c6d3..dc012da6db20b5ad9c4ded5f08d3757aa8a7fffb 100644 |
--- a/src/compiler/pipeline.cc |
+++ b/src/compiler/pipeline.cc |
@@ -1446,6 +1446,7 @@ void Pipeline::AllocateRegisters(const RegisterConfiguration* config, |
#ifdef DEBUG |
debug_name = info()->GetDebugName(); |
data_->sequence()->ValidateEdgeSplitForm(); |
+ data_->sequence()->ValidateDeferredBlockExitPaths(); |
#endif |
data->InitializeRegisterAllocationData(config, descriptor, debug_name.get()); |