aboutsummaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
authorronny2001-06-22 19:12:09 +0000
committerronny2001-06-22 19:12:09 +0000
commitc654ee329b53a09e58832f901fa6602143043344 (patch)
treebb1832019f0a05f973686ee5d8bce3285f2265c8 /backend
parentlocal reference counts for CaseNode and DefaultNode (diff)
local reference counts for CaseNode and DefaultNode
remove aliases for nodeids from tuple and record patterns new version number (2.0.d.8) git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@499 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'backend')
-rw-r--r--backend/Clean System Files/backend_library4
1 files changed, 4 insertions, 0 deletions
diff --git a/backend/Clean System Files/backend_library b/backend/Clean System Files/backend_library
index acb9521..6f8e0c7 100644
--- a/backend/Clean System Files/backend_library
+++ b/backend/Clean System Files/backend_library
@@ -31,8 +31,12 @@ BEMatchNode
BETupleSelectNode
BEIfNode
BEGuardNode
+BESetNodeDefRefCounts
+BEAddNodeIdsRefCounts
BESwitchNode
BECaseNode
+BEEnterLocalScope
+BELeaveLocalScope
BEPushNode
BEDefaultNode
BESelectorNode