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
c11caec5
Commit
c11caec5
authored
Mar 01, 2011
by
Matthias Braun
Browse files
dump graph after code-selection
parent
ea6e9be0
Changes
1
Show whitespace changes
Inline
Side-by-side
ir/be/bemain.c
View file @
c11caec5
...
...
@@ -631,6 +631,8 @@ static void be_main_loop(FILE *file_handle, const char *cup_name)
assert
(
be_check_dominance
(
irg
)
&&
"Dominance verification failed"
);
}
dump
(
DUMP_PREPARED
,
irg
,
"code-selection"
);
be_timer_push
(
T_EXECFREQ
);
/**
* Create execution frequencies from profile data or estimate some
...
...
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