Index: src/hydrogen-environment-liveness.h |
diff --git a/src/hydrogen-environment-liveness.h b/src/hydrogen-environment-liveness.h |
index 248ec5ce5d78cfc392ad935122fcd74f5b49cdb0..6ad02d7ebf3434bc1fdeeb8ffb3b1dfadf9622de 100644 |
--- a/src/hydrogen-environment-liveness.h |
+++ b/src/hydrogen-environment-liveness.h |
@@ -55,6 +55,9 @@ class HEnvironmentLivenessAnalysisPhase : public HPhase { |
void ZapEnvironmentSlotsForInstruction(HEnvironmentMarker* marker); |
void UpdateLivenessAtBlockEnd(HBasicBlock* block, BitVector* live); |
void UpdateLivenessAtInstruction(HInstruction* instr, BitVector* live); |
+#ifdef DEBUG |
+ bool VerifyClosures(Handle<JSFunction> a, Handle<JSFunction> b); |
+#endif |
int block_count_; |