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
48a984ff
Commit
48a984ff
authored
Jul 27, 2015
by
Christoph Mallon
Browse files
be: Remove duplicate call to be_init_modules().
The caller of be_opt_register() calls it, too.
parent
80942539
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/bemain.c
View file @
48a984ff
...
@@ -218,8 +218,6 @@ static void be_opt_register(void)
...
@@ -218,8 +218,6 @@ static void be_opt_register(void)
be_add_module_list_opt
(
be_grp
,
"isa"
,
"the instruction set architecture"
,
be_add_module_list_opt
(
be_grp
,
"isa"
,
"the instruction set architecture"
,
&
isa_ifs
,
(
void
**
)
&
isa_if
);
&
isa_ifs
,
(
void
**
)
&
isa_if
);
be_init_modules
();
}
}
/* Parse one argument. */
/* Parse one argument. */
...
...
Write
Preview
Markdown
is supported
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