Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
c0a8e631
Commit
c0a8e631
authored
Nov 08, 2005
by
Michael Beck
Browse files
the calling conventions are now part of the type (as expected), not of the graph
[r6880]
parent
0e50b34e
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/common/firm.c
View file @
c0a8e631
...
...
@@ -80,7 +80,7 @@ init_firm(const firm_parameter_t *param)
/* initialize tarvals, and floating point arithmetic */
init_tarval_2
();
/* init graph construction */
firm_init_irgraph
(
def_params
.
cc_mask
);
firm_init_irgraph
();
/* kind of obstack initialization */
firm_init_mangle
();
/* initialize all op codes an irnode can consist of */
...
...
@@ -93,7 +93,7 @@ init_firm(const firm_parameter_t *param)
later. */
init_irprog_2
();
/* Initialize the type module and construct some idents needed. */
firm_init_type
(
NULL
);
firm_init_type
(
def_params
.
builtin_dbg
,
def_params
.
cc_mask
);
/* initialize the entity module */
firm_init_entity
();
/* allocate a hash table. */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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