From 90461e5831717920426c9c1d7c861a3724f89715 Mon Sep 17 00:00:00 2001
From: clean
Date: Wed, 12 Jul 2000 14:59:46 +0000
Subject: 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
---
 backendC/CleanCompilerSources/pattern_match.h | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 backendC/CleanCompilerSources/pattern_match.h

(limited to 'backendC/CleanCompilerSources/pattern_match.h')

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
-- 
cgit v1.2.3