diff options
author | johnvg | 2002-10-22 11:40:09 +0000 |
---|---|---|
committer | johnvg | 2002-10-22 11:40:09 +0000 |
commit | 33a7843e24c739233b50ada620847f89a907fdfc (patch) | |
tree | 100c64b0269f861aa4ebda43a833473e675461e7 /backendC/CleanCompilerSources/optimisations.h | |
parent | add missing prototypes (diff) |
add boxed records
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1257 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'backendC/CleanCompilerSources/optimisations.h')
-rw-r--r-- | backendC/CleanCompilerSources/optimisations.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backendC/CleanCompilerSources/optimisations.h b/backendC/CleanCompilerSources/optimisations.h index 206059d..e1be58c 100644 --- a/backendC/CleanCompilerSources/optimisations.h +++ b/backendC/CleanCompilerSources/optimisations.h @@ -5,3 +5,4 @@ int optimise_tuple_result_function (Node node,StateS demanded_state); void generate_states (struct imp_rule *rules,int do_strictness_analysis); StateP state_of_node_or_node_id (NodeP node_p); void copy_rhs_node_defs_and_root (RuleAltP old_alt_p,NodeP *new_root_node_h,NodeDefP *node_defs_p); +void add_sizes_of_states_of_node_ids (NodeIdListElementP node_id_list,int *total_a_size_p,int *total_b_size_p); |