Index: src/compiler/instruction.h |
diff --git a/src/compiler/instruction.h b/src/compiler/instruction.h |
index 9c978cee7c37543a40f791d14a730b6879c2edd2..82191c828da1db4892880790aee027df98494597 100644 |
--- a/src/compiler/instruction.h |
+++ b/src/compiler/instruction.h |
@@ -1354,7 +1354,8 @@ class InstructionSequence final : public ZoneObject { |
void PrintBlock(const RegisterConfiguration* config, int block_id) const; |
void PrintBlock(int block_id) const; |
- void Validate(); |
+ void ValidateEdgeSplitForm(); |
+ void ValidateSSA(); |
private: |
friend std::ostream& operator<<(std::ostream& os, |