Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-compiler-and-rts
compiler
Commits
37e9f391
Commit
37e9f391
authored
Feb 08, 2002
by
John van Groningen
Browse files
removed function call of transform_patterns_to_case_and_guard_nodes
parent
0e63549d
Changes
1
Hide whitespace changes
Inline
Side-by-side
backendC/CleanCompilerSources/codegen.c
View file @
37e9f391
...
...
@@ -558,6 +558,7 @@ int function_called_only_curried_or_lazy_with_one_return=0;
#if 0
# include "dbprint.h"
extern File rules_file;
#endif
static
void
CodeRule
(
ImpRuleP
rule
)
...
...
@@ -1047,13 +1048,16 @@ void CodeGeneration (ImpMod imod, char *fname)
#if 0
PrintRules (imod->im_rules);
#endif
DetermineSharedAndAnnotatedNodes
(
imod
->
im_rules
,
&
imod
->
im_symbols
);
ExitOnInterrupt
();
#if 0
PrintRules (imod->im_rules,rules_file);
#endif
GenerateStatesForRecords
(
imod
->
im_symbols
);
#ifdef
TRANSFORM_PATTERNS_BEFORE_STRICTNESS_ANALYSIS
#if
def
ined (
TRANSFORM_PATTERNS_BEFORE_STRICTNESS_ANALYSIS
) && !CLEAN2
{
ImpRuleP
rule_p
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment