diff --git a/src/V3OrderMoveGraph.h b/src/V3OrderMoveGraph.h index e401c229a..02013103d 100644 --- a/src/V3OrderMoveGraph.h +++ b/src/V3OrderMoveGraph.h @@ -110,8 +110,8 @@ class OrderMoveDomScope final { struct Hash final { size_t operator()(const DomScopeMapKey& key) const { - V3Hash hash{reinterpret_cast(key.m_domainp)}; - hash += reinterpret_cast(key.m_scopep); + V3Hash hash{reinterpret_cast(key.m_domainp)}; + hash += reinterpret_cast(key.m_scopep); return hash.value(); } };