Index: src/compiler/instruction.h |
diff --git a/src/compiler/instruction.h b/src/compiler/instruction.h |
index 82191c828da1db4892880790aee027df98494597..7da4c5f55e78034fb50a4347f7d6d0025ece13dd 100644 |
--- a/src/compiler/instruction.h |
+++ b/src/compiler/instruction.h |
@@ -1355,6 +1355,7 @@ class InstructionSequence final : public ZoneObject { |
void PrintBlock(int block_id) const; |
void ValidateEdgeSplitForm(); |
+ void ValidateDeferredBlockExitPaths(); |
void ValidateSSA(); |
private: |