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