summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/dfg/DFGPhase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/JavaScriptCore/dfg/DFGPhase.cpp')
-rw-r--r--Source/JavaScriptCore/dfg/DFGPhase.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/JavaScriptCore/dfg/DFGPhase.cpp b/Source/JavaScriptCore/dfg/DFGPhase.cpp
index bae12b1cc..ecf669704 100644
--- a/Source/JavaScriptCore/dfg/DFGPhase.cpp
+++ b/Source/JavaScriptCore/dfg/DFGPhase.cpp
@@ -28,6 +28,8 @@
#if ENABLE(DFG_JIT)
+#include "DFGValidate.h"
+
namespace JSC { namespace DFG {
#if DFG_ENABLE(DEBUG_PROPAGATION_VERBOSE)
@@ -40,6 +42,7 @@ void Phase::beginPhase()
void Phase::endPhase()
{
+ validate(m_graph, DumpGraph);
}
#endif