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
34a3de54
Commit
34a3de54
authored
Apr 04, 2008
by
Michael Beck
Browse files
fixed indentation, deleted useless comment
[r19132]
parent
4c967131
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/bearch_ia32.c
View file @
34a3de54
...
@@ -961,13 +961,8 @@ static void ia32_prepare_graph(void *self) {
...
@@ -961,13 +961,8 @@ static void ia32_prepare_graph(void *self) {
be_dump
(
cg
->
irg
,
"-pre_transform"
,
dump_ir_block_graph_sched
);
be_dump
(
cg
->
irg
,
"-pre_transform"
,
dump_ir_block_graph_sched
);
#ifdef FIRM_GRGEN_BE
#ifdef FIRM_GRGEN_BE
/* used for examination purposes only
/* transform nodes into assembler instructions by PBQP magic */
* if(cg->dump)
ia32_transform_graph_by_pbqp
(
cg
);
dump_irg_grgen(cg->irg, "-pre_transform");
*/
/* transform nodes into assembler instructions by PBQP magic */
ia32_transform_graph_by_pbqp
(
cg
);
#endif
#endif
if
(
cg
->
dump
)
if
(
cg
->
dump
)
...
...
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