aboutsummaryrefslogtreecommitdiff
path: root/backendC/CleanCompilerSources/pattern_match.h
diff options
context:
space:
mode:
authorclean2000-07-12 14:59:46 +0000
committerclean2000-07-12 14:59:46 +0000
commit90461e5831717920426c9c1d7c861a3724f89715 (patch)
tree59d48b852f0adce522157ff7c27e24b759561b0d /backendC/CleanCompilerSources/pattern_match.h
parentchanges to avoid bug in module refmark when compiling compiler with itself (diff)
clean 1.3.3 backend again again
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@189 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'backendC/CleanCompilerSources/pattern_match.h')
-rw-r--r--backendC/CleanCompilerSources/pattern_match.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/backendC/CleanCompilerSources/pattern_match.h b/backendC/CleanCompilerSources/pattern_match.h
new file mode 100644
index 0000000..dcedc57
--- /dev/null
+++ b/backendC/CleanCompilerSources/pattern_match.h
@@ -0,0 +1,7 @@
+extern void transform_patterns_to_case_and_guard_nodes (RuleAltS *alt);
+extern void set_local_reference_counts (struct node *case_node);
+extern void set_global_reference_counts (struct node *case_node);
+extern struct node_id_ref_count_list *new_node_id_ref_count (struct node_id_ref_count_list *node_id_ref_count_list,struct node_id *node_id,int ref_count);
+#ifdef TRANSFORM_PATTERNS_BEFORE_STRICTNESS_ANALYSIS
+extern void determine_failing_cases_and_adjust_ref_counts_of_rule (RuleAltP first_alt);
+#endif