diff options
Diffstat (limited to 'src/ir/utils.h')
-rw-r--r-- | src/ir/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ir/utils.h b/src/ir/utils.h index a7f6f59bf..176699591 100644 --- a/src/ir/utils.h +++ b/src/ir/utils.h @@ -78,7 +78,7 @@ struct ExpressionAnalyzer { // hash an expression, ignoring superficial details like specific internal // names - static HashType hash(Expression* curr); + static size_t hash(Expression* curr); }; // Re-Finalizes all node types. This can be run after code was modified in |