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
d872853d
Commit
d872853d
authored
Jul 03, 2017
by
Jan Hubicka
Committed by
Jan Hubicka
Jul 02, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* bb-reorder.c (fix_up_crossing_landing_pad): Update profile.
From-SVN: r249886
parent
57a5a8b3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
gcc/ChangeLog
+4
-0
gcc/bb-reorder.c
+2
-0
No files found.
gcc/ChangeLog
View file @
d872853d
2017
-
07
-
02
Jan
Hubicka
<
hubicka
@
ucw
.
cz
>
*
bb
-
reorder
.
c
(
fix_up_crossing_landing_pad
):
Update
profile
.
2017
-
07
-
02
Jan
Hubicka
<
hubicka
@
ucw
.
cz
>
*
expect
.
c
(
dw2_build_landing_pads
):
Update
profile
of
the
landing
pad
bb
.
...
...
gcc/bb-reorder.c
View file @
d872853d
...
...
@@ -1446,6 +1446,8 @@ fix_up_crossing_landing_pad (eh_landing_pad old_lp, basic_block old_bb)
last_bb
=
EXIT_BLOCK_PTR_FOR_FN
(
cfun
)
->
prev_bb
;
new_bb
=
create_basic_block
(
new_label
,
jump
,
last_bb
);
new_bb
->
aux
=
last_bb
->
aux
;
new_bb
->
frequency
=
post_bb
->
frequency
;
new_bb
->
count
=
post_bb
->
count
;
last_bb
->
aux
=
new_bb
;
emit_barrier_after_bb
(
new_bb
);
...
...
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