#ifndef DFGMinifiedID_h
#define DFGMinifiedID_h
-#if ENABLE(DFG_JIT)
-
#include "DFGCommon.h"
#include <wtf/HashMap.h>
#include <wtf/PrintStream.h>
class Graph;
class MinifiedNode;
class ValueSource;
+struct Node;
class MinifiedID {
public:
};
template<typename T> struct HashTraits;
-template<> struct HashTraits<JSC::DFG::MinifiedID> : SimpleClassHashTraits<JSC::DFG::MinifiedID> { };
+template<> struct HashTraits<JSC::DFG::MinifiedID> : SimpleClassHashTraits<JSC::DFG::MinifiedID> {
+ static const bool emptyValueIsZero = false;
+};
} // namespace WTF
-#endif // ENABLE(DFG_JIT)
-
#endif // DFGMinifiedID_h