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
a546ed58
Commit
a546ed58
authored
Apr 20, 2007
by
Christian Würdig
Browse files
added copyheur3 init
[r13434]
parent
85bf7bdb
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/bemodule.c
View file @
a546ed58
...
@@ -23,6 +23,7 @@ void be_init_chordal(void);
...
@@ -23,6 +23,7 @@ void be_init_chordal(void);
void
be_init_chordal_main
(
void
);
void
be_init_chordal_main
(
void
);
void
be_init_copycoal
(
void
);
void
be_init_copycoal
(
void
);
void
be_init_copyheur2
(
void
);
void
be_init_copyheur2
(
void
);
void
be_init_copyheur3
(
void
);
void
be_init_copystat
(
void
);
void
be_init_copystat
(
void
);
void
be_init_arch_ia32
(
void
);
void
be_init_arch_ia32
(
void
);
void
be_init_arch_ppc32
(
void
);
void
be_init_arch_ppc32
(
void
);
...
@@ -91,6 +92,7 @@ void be_init_modules(void)
...
@@ -91,6 +92,7 @@ void be_init_modules(void)
#endif
/* WITH_ILP */
#endif
/* WITH_ILP */
#ifdef WITH_JVM
#ifdef WITH_JVM
be_init_copyheur3
();
be_init_javacoal
();
be_init_javacoal
();
#endif
/* WITH_JVM */
#endif
/* WITH_JVM */
...
...
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