diff options
author | ronny | 2001-06-22 19:12:09 +0000 |
---|---|---|
committer | ronny | 2001-06-22 19:12:09 +0000 |
commit | c654ee329b53a09e58832f901fa6602143043344 (patch) | |
tree | bb1832019f0a05f973686ee5d8bce3285f2265c8 /backend | |
parent | local 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_library | 4 |
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 |