Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
90037898
Commit
90037898
authored
Aug 04, 2011
by
David Li
Committed by
Xinliang David Li
Aug 04, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a bug that broke -freorder-functions
From-SVN: r177311
parent
22508cae
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
gcc/ChangeLog
+5
-0
gcc/profile.c
+1
-0
No files found.
gcc/ChangeLog
View file @
90037898
2011-08-03 David Li <davidxl@google.com>
* profile.c (compute_branch_probabilities): Compute
function frequency after profile annotation.
2011-08-04 Alan Modra <amodra@gmail.com>
2011-08-04 Alan Modra <amodra@gmail.com>
* config/rs6000/rs6000.c (rs6000_emit_epilogue): Simplify
* config/rs6000/rs6000.c (rs6000_emit_epilogue): Simplify
...
...
gcc/profile.c
View file @
90037898
...
@@ -748,6 +748,7 @@ compute_branch_probabilities (unsigned cfg_checksum, unsigned lineno_checksum)
...
@@ -748,6 +748,7 @@ compute_branch_probabilities (unsigned cfg_checksum, unsigned lineno_checksum)
}
}
counts_to_freqs
();
counts_to_freqs
();
profile_status
=
PROFILE_READ
;
profile_status
=
PROFILE_READ
;
compute_function_frequency
();
if
(
dump_file
)
if
(
dump_file
)
{
{
...
...
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