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
e6a9720f
Commit
e6a9720f
authored
Jun 15, 2001
by
Ronny Wichers Schreur
🏢
Browse files
removed comments
parent
c1a7bd0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
backendC/CleanCompilerSources/backend.c
View file @
e6a9720f
...
...
@@ -1381,8 +1381,6 @@ BESwitchNode (BENodeIdP nodeId, BEArgP cases)
switchNode
->
node_arity
=
1
;
switchNode
->
node_arguments
=
cases
;
switchNode
->
node_annotation
=
NoAnnot
;
// --nodeId->nid_refcount;
return
(
switchNode
);
}
/* BESwitchNode */
...
...
@@ -1439,8 +1437,7 @@ BEPushNode (int arity, BESymbolP symbol, BEArgP arguments, BENodeIdListP nodeIds
pushNode
->
node_arguments
=
arguments
;
pushNode
->
node_record_symbol
=
symbol
;
pushNode
->
node_node_ids
=
nodeIds
;
pushNode
->
node_number
=
0
;
/* ??? if !=0 then unique */
pushNode
->
node_number
=
0
;
return
(
pushNode
);
}
/* BEPushNode */
...
...
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