aboutsummaryrefslogtreecommitdiff
path: root/src/analyze.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/analyze.hpp')
-rw-r--r--src/analyze.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/analyze.hpp b/src/analyze.hpp
index 9ed24f4e46..bdc60b02bb 100644
--- a/src/analyze.hpp
+++ b/src/analyze.hpp
@@ -195,5 +195,6 @@ TypeTableEntry *get_auto_err_set_type(CodeGen *g, FnTableEntry *fn_entry);
uint32_t get_coro_frame_align_bytes(CodeGen *g);
bool fn_type_can_fail(FnTypeId *fn_type_id);
+bool fn_eval_cacheable(Scope *scope);
#endif