Index: src/compiler/instruction-selector.cc |
diff --git a/src/compiler/instruction-selector.cc b/src/compiler/instruction-selector.cc |
index 814c454d443066636489f574fdd968065da48a98..fcbc94e0e8ee69082334761f82e3058f95b32d6f 100644 |
--- a/src/compiler/instruction-selector.cc |
+++ b/src/compiler/instruction-selector.cc |
@@ -82,6 +82,9 @@ void InstructionSelector::SelectInstructions() { |
} |
EndBlock(RpoNumber::FromInt(block->rpo_number())); |
} |
+#if DEBUG |
+ sequence()->ValidateSSA(); |
+#endif |
} |