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 446e2c24a..8b4e028f4 100644 --- a/src/ir/utils.h +++ b/src/ir/utils.h @@ -80,7 +80,7 @@ struct ExpressionAnalyzer { } // hash an expression, ignoring superficial details like specific internal names - static uint32_t hash(Expression* curr); + static HashType hash(Expression* curr); }; // Re-Finalizes all node types. This can be run after code was modified in |